RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerWinSocket Properties

The properties of the TServerWinSocket class are listed here.

 
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. 
 
Lists all TServerClientWinSocket objects that represent open socket connections to client sockets that were accepted by this listening socket. 
 
Indicates the number of unused TServerClientThread objects available in the cache. 
 
Specifies whether each connection accepted by the server socket is non-blocking, or if it is automatically given a separate execution thread. 
 
Indicates the number of TServerClientThread objects cached for reuse by new connections to client sockets. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!