RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinSocketStream.TimeOut Property

Specifies the time, in milliseconds, that the socket stream should wait before timing out on a read or write call.

Pascal
property TimeOut: Longint;
C++
__property Longint TimeOut;

Set TimeOut to the amount of time that should elapse before a read or write operation aborts under the assumption that the socket connection has failed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!