System.Win.ScktComp.TServerWinSocket Events
InheritedProtected
| OnClientConnect | public | Occurs when a client socket completes a connection accepted by the listening socket. |
| OnClientDisconnect | public | Occurs when one of the connections to a client socket is closed. |
| OnClientError | public | Occurs when a failure is encountered when establishing, using, or terminating the socket connection to an individual client socket. |
| OnClientRead | public | Occurs when the server socket should read information from a client socket. |
| OnClientWrite | public | Occurs when the server socket should write information to a client socket. |
| OnErrorEvent | public | Occurs when the socket fails in making, using, or shutting down a connection. |
| OnGetSocket | public | Occurs when the server socket needs to create a new TServerClientWinSocket object to form the connection to a client socket. |
| OnGetThread | public | Occurs when the server socket needs to create a new execution thread for a connection to a client socket. |
| OnSocketEvent | public | Occurs when the Windows socket receives notification of asynchronous events. |
| OnThreadEnd | public | Occurs when a client socket connection is terminated and the associated thread finishes execution. |
| OnThreadStart | public | Occurs when the execution thread for a connection to a client socket starts up. |