ScktComp.TWinSocketStream.TimeOut
From RAD Studio VCL Reference
Contents |
Delphi Information
From ScktComp.pas
property TimeOut: Integer read FTimeout write FTimeout;
Unit: ScktComp
Type: property
Visibility: public
Member Of: TWinSocketStream
C++ Information
From ScktComp.hpp
__property int TimeOut = {read=FTimeout,write=FTimeout};
Unit: ScktComp
Type: property
Visibility: public
Member Of: TWinSocketStream
Description
Specifies the time, in milliseconds, that the socket stream should wait before timing out on a read or write call.
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.