Soap.SOAPHTTPTrans.THTTPReqResp.SendTimeout

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

Delphi

property  SendTimeout: Integer read FSendTimeout write FSendTimeout;

C++

__property int SendTimeout = {read=FSendTimeout, write=FSendTimeout, nodefault};

プロパティ

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

説明

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

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

関連項目