Internet Direct (Indy) Version 9.0.2 Beta
EIdReadTimeout
Exception raised when a timeout occurs reading from the IP stack for the client connection.

EIdReadTimeout = class(EIdException)
Description
EIdReadTimeout is an EIdException descendant that represents the exception raised when a read timeout occurs in the TIdTCPConnection.ReadFromStack method.

EIdReadTimeout can be raised when the client is Connected, but the timeout argument to ReadFromStack has elapsed before the IOHandler is Readable. EIdReadTimeout will not be raised when the ReadFromStack arguments indicate that exceptions should not be raised when a timeout occurs.