RAD Studio VCL Reference
|
Specifies the amount of time before a request times out.
property InternetTimeout: Integer;
__property int InternetTimeout;
Use InternetTimeout to specify the amount of time (measured in milliseconds) after which a request times out. InternetTimeout only applies to requests sent with the HTTP and HTTPS protocols. The default value for InternetTimeout is zero.
In a multi-tier environment, requests for data may take several minutes to execute. InternetTimeout can be used to specify a longer time-out period for long running requests.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|