RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerWinSocket Events

The events of the TServerWinSocket class are listed here.

 
Name 
Description 
 
Occurs when a client socket completes a connection accepted by the listening socket. 
 
Occurs when one of the connections to a client socket is closed. 
 
Occurs when a failure is encountered when establishing, using, or terminating the socket connection to an individual client socket. 
 
Occurs when the server socket should read information from a client socket. 
 
Occurs when the server socket should write information to a client socket. 
 
Occurs when the server socket needs to create a new TServerClientWinSocket object to form the connection to a client socket. 
 
Occurs when the server socket needs to create a new execution thread for a connection to a client socket. 
 
Occurs when a client socket connection is terminated and the associated thread finishes execution. 
 
Occurs when the execution thread for a connection to a client socket starts up. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!