System.Win.ScktComp.TServerSocket Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAcceptpublishedOccurs on server sockets just after the connection to a client socket is accepted.
OnClientConnectpublishedOccurs when a client socket completes a connection accepted by the server socket.
OnClientDisconnectpublishedOccurs when one of the connections to a client socket is closed.
OnClientErrorpublishedOccurs when there is a failure in establishing, using, or terminating the socket connection to an individual client socket.
OnClientReadpublishedOccurs when the server socket should read information from a client socket.
OnClientWritepublishedOccurs when the server socket should write information to a client socket.
OnConnectprotectedOccurs on client sockets just after the connection to the server is opened.
OnConnectingprotectedOccurs for a client socket after the server socket has been located, but before the connection is established.
OnDisconnectprotectedOccurs just before a client socket closes the connection to a server socket.
OnErrorprotectedOccurs when the socket fails in making, using, or shutting down a connection.
OnGetDeltaStreamsprotected
OnGetSocketpublishedOccurs when the server socket needs to create a new TServerClientWinSocket object to represent the server endpoint of a connection to a client socket.
OnGetThreadpublishedOccurs when the server socket needs to create a new execution thread for a connection to a client socket.
OnListenpublishedOccurs just before a server socket is opened for listening.
OnLookupprotectedOccurs when a client socket is about to look up the server socket with which it wants to connect.
OnReadprotectedOccurs when a client socket should read information from the socket connection.
OnThreadEndpublishedOccurs when a client socket connection is terminated and the associated thread finishes execution.
OnThreadStartpublishedOccurs when the execution thread for a connection to a client socket starts up.
OnWriteprotectedOccurs when a client socket should write information to the socket connection.