Soap.SOAPHTTPTrans.THTTPReqResp.ReceiveTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ReceiveTimeout: Integer read GetReceiveTimeout write SetReceiveTimeout  default TURLClient.DefaultResponseTimeout;

C++

__property int ReceiveTimeout = {read=GetReceiveTimeout, write=SetReceiveTimeout, default=60000};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

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

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.

See Also