System.Win.ScktComp.TWinSocketStream.TimeOut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TimeOut: Longint read FTimeout write FTimeout;

C++

__property int TimeOut = {read=FTimeout, write=FTimeout, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp 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.

See Also