Internet Direct (Indy)
|
Indicates the timeout while waiting for a readable socket handle.
property ReceiveTimeout: Integer;
ReceiveTimeout is a published Integer property that indicates the number of milliseconds to delay while waiting for the socket handle in Binding to become Readable.
ReceiveTimeout is used in ReceiveBuffer when the argument to the method contains IdTimeoutDefault, indicating that the property value should be used for the timeout value.
The default value for ReceiveTimeout is IdTimeoutInfinite, and indicates that timeout operations are disabled.
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. |