System.Win.ScktComp.TServerSocket.Socket

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Socket: TServerWinSocket read FServerSocket;

C++

__property TServerWinSocket* Socket = {read=FServerSocket};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerSocket

Description

Specifies the TServerWinSocket object that describes the endpoint of the listening connection.

Use Socket to obtain

Information about the connections currently active on the server socket.

Information about the connection threads that are cached for use by the server socket.

Access to the Windows socket handle for the listening connection that is needed for Windows socket API calls.

See Also