RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.ReceiveTimeout Property

Indicates the number of milliseconds that can elapse before canceling a request when no response is received from the server.

Pascal
property ReceiveTimeout: Integer;
C++
__property int ReceiveTimeout;

Use ReceiveTimeout to indicate the number of milliseconds that can elapse after sending a request before THTTPReqResp cancels a request on the assumption that there will be no response forthcoming. 

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