API:REST.Client.TRESTRequest.Timeout

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

Delphi

property Timeout: Integer read GetTimeout write SetTimeout default 30000;

C++

__property Timeout = {default=30000};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

説明

要求のタイムアウト値(ミリ秒単位)を指定します。

REST.Client.TRESTRequest.Timeout は REST.Client.TCustomRESTRequest.Timeout を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.Timeout を参照しています。


要求のタイムアウト値(ミリ秒単位)を指定します。

関連項目