Indy 9
EIdClosedSocket
Hierarchy, See Also, Unit: IdException
Exception raised when attempting to write to a closed socket.
EIdClosedSocket = class(EIdException)
Unit
IdException
Description
EIdClosedSocket is an EIdException descendant that represents the exception raised when an application attempts to write to a closed socket. EIdClosedSocket is generally used in server components that support threaded client connections, like TIdTCPServer and TIdHTTPServer, and indicates that the client connection has been unexpectedly closed while the thread is still executing on the server.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.