RAD Studio VCL Reference
ContentsIndex
TServerWinSocket Members Public Properties
Public Properties
 
Name 
Description 
 
Indicates the number of connections to client sockets accepted by this listening socket that are currently open. 
 
Indicates the number of TServerClientThread objects currently in use by the socket connections listed in the Connections array. 
 
Addr 
Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port. 
 
Determines which asynchronous events the socket can receive. 
 
Indicates whether the socket connection is open and available for communication with other machines. 
 
Lists all TServerClientWinSocket objects that represent open socket connections to client sockets that were accepted by this listening socket. 
 
Data 
Points to application-specific data associated with the socket. 
 
Specifies the handle of the window that receives notifications from the Windows socket. 
 
Indicates the number of unused TServerClientThread objects available in the cache. 
 
Specifies the IP address of the local system that was bound to the socket connection. 
 
Specifies the name of the local system. 
 
Specifies the ID number of the port used by the socket connection. 
 
Indicates any asynchronous activities occurring while opening a connection. 
 
Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port. 
 
Specifies the IP address of the remote system that was bound to the socket connection. 
 
Specifies the name of the remote system. 
 
Specifies the ID number of the port used by the RemoteHost to form the socket connection. 
 
Specifies whether each connection accepted by the server socket is non-blocking, or if it is automatically given a separate execution thread. 
 
Specifies the Windows handle for the socket. 
 
Indicates the number of TServerClientThread objects cached for reuse by new connections to client sockets. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.