RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket Events

The events of the TCustomServerSocket class are listed here.

 
Name 
Description 
 
Occurs when a client socket completes a connection accepted by the server socket. 
 
Occurs when one of the connections to a client socket is closed. 
 
Occurs when there is a failure in 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 represent the server endpoint of a 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!