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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|