Datasnap.DSHTTPClient.TDSHTTP.ReadTimeout

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

Delphi

property ReadTimeout: Integer read GetReadTimeout write SetReadTimeout;

C++

__property int ReadTimeout = {read=GetReadTimeout, write=SetReadTimeout, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


説明

HTTP レスポンスがサーバーから戻ると想定される時間を示します。

関連項目