RAD Studio VCL Reference
ContentsIndex
TCustomServerSocket Members Protected Properties
Protected Properties
 
Name 
Description 
 
Indicates whether the socket connection is open and available for communication with other machines. 
 
Specifies the IP address of the server system. 
 
Host 
Specifies an alias for the IP address of the server system. 
 
Port 
Specifies the ID number that identifies the server 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 name of the service for which the socket connection is used. 
 
Specifies the maximum number of threads that can be reused for new client connections. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.