Soap.SOAPHTTPTrans.THTTPReqResp.SendTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  SendTimeout: Integer read GetSendTimeout write SetSendTimeout

C++

__property int SendTimeout = {read=GetSendTimeout, write=SetSendTimeout, 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 timing out the sending of a request.

Use SendTimeout to indicate the number of milliseconds that can elapse when sending a request before THTTPReqResp cancels the request.

See Also