Soap.SOAPHTTPTrans.THTTPReqResp.SendTimeout

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property  SendTimeout: Integer read GetSendTimeout write SetSendTimeout  default TURLClient.DefaultSendTimeout;

C++

__property int SendTimeout = {read=GetSendTimeout, write=SetSendTimeout, default=60000};

プロパティ

種類 可視性 ソース ユニット
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

説明

要求の送信がタイムアウトするまでの経過時間をミリ秒数で示します。

SendTimeout プロパティを使用すると,要求を送った後,その要求を THTTPReqResp が取り消すまでの経過時間をミリ秒数で示すことができます。

関連項目