Internet Direct (Indy) Version 9.0.1 Beta
TIdRawBase.ReceiveTimeout
Identifies the timeout for receive operations.

property ReceiveTimeout: integer;
Description
ReceiveTimeout is an Integer property that indicate the number of milliseconds that receive operations must wait for the socket to become readable.

The default value for ReceiveTimeout is GFReceiveTimeout, as established in Create. When ReceiveTimeout is 0, no timeout will occur while waiting for the socket to become readable.