Internet Direct (Indy)
|
Indicates the milliseconds to wait for a readable IOHandler connection.
property ReadTimeout: Integer;
ReadTimeout is an Integer property that represents the number of milliseconds to wait for completion of a read request using IOHandler read methods. ReadTimeout is generally used as a default value when the timeout argument to the various read methods contains IdTimeoutDefault.
Use ConnectTimeout to indicate the timeout value when establishing the connection for socket-based IOHandlers.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |