System.Win.ScktComp.TServerWinSocket Properties
InheritedProtected
ActiveConnections | public | Indicates the number of connections to client sockets accepted by this listening socket that are currently open. |
ActiveThreads | public | Indicates the number of TServerClientThread objects currently in use by the socket connections listed in the Connections array. |
Addr | public | Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port. |
ASyncStyles | public | Determines which asynchronous events the socket can receive. |
Connected | public | Indicates whether the socket connection is open and available for communication with other machines. |
Connections | public | Lists all TServerClientWinSocket objects that represent open socket connections to client sockets that were accepted by this listening socket. |
Data | public | Points to application-specific data associated with the socket. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Handle | public | Specifies the handle of the window that receives notifications from the Windows socket. |
IdleThreads | public | Indicates the number of unused TServerClientThread objects available in the cache. |
LocalAddress | public | Specifies the IP address of the local system that was bound to the socket connection. |
LocalHost | public | Specifies the name of the local system. |
LocalPort | public | Specifies the ID number of the port used by the socket connection. |
LookupState | public | Indicates any asynchronous activities occurring while opening a connection. |
RemoteAddr | public | Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port. |
RemoteAddress | public | Specifies the IP address of the remote system that was bound to the socket connection. |
RemoteHost | public | Specifies the name of the remote system. |
RemotePort | public | Specifies the ID number of the port used by the RemoteHost to form the socket connection. |
ServerType | public | Specifies whether each connection accepted by the server socket is non-blocking, or if it is automatically given a separate execution thread. |
SocketHandle | public | Specifies the Windows handle for the socket. |
ThreadCacheSize | public | Indicates the number of TServerClientThread objects cached for reuse by new connections to client sockets. |