System.Win.ScktComp.TServerClientWinSocket Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddrpublicSpecifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port.
ASyncStylespublicDetermines which asynchronous events the socket can receive.
ConnectedpublicIndicates whether the socket connection is open and available for communication with other machines.
DatapublicPoints to application-specific data associated with the socket.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
HandlepublicSpecifies the handle of the window that receives notifications from the Windows socket.
LocalAddresspublicSpecifies the IP address of the local system that was bound to the socket connection.
LocalHostpublicSpecifies the name of the local system.
LocalPortpublicSpecifies the ID number of the port used by the socket connection.
LookupStatepublicIndicates any asynchronous activities occurring while opening a connection.
RemoteAddrpublicSpecifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port.
RemoteAddresspublicSpecifies the IP address of the remote system that was bound to the socket connection.
RemoteHostpublicSpecifies the name of the remote system.
RemotePortpublicSpecifies the ID number of the port used by the RemoteHost to form the socket connection.
ServerWinSocketpublicDescribes the endpoint of the listening connection that accepted the connection to the client socket which is managed by this TServerClientWinSocket.
SocketHandlepublicSpecifies the Windows handle for the socket.