System.Win.ScktComp.TServerWinSocket Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActiveConnectionspublicIndicates the number of connections to client sockets accepted by this listening socket that are currently open.
ActiveThreadspublicIndicates the number of TServerClientThread objects currently in use by the socket connections listed in the Connections array.
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.
ConnectionspublicLists all TServerClientWinSocket objects that represent open socket connections to client sockets that were accepted by this listening socket.
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.
IdleThreadspublicIndicates the number of unused TServerClientThread objects available in the cache.
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.
ServerTypepublicSpecifies whether each connection accepted by the server socket is non-blocking, or if it is automatically given a separate execution thread.
SocketHandlepublicSpecifies the Windows handle for the socket.
ThreadCacheSizepublicIndicates the number of TServerClientThread objects cached for reuse by new connections to client sockets.