REST.Backend.EndPoint.TBackendEndpoint.Timeout

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

Delphi

property Timeout: Integer read GetTimeout write SetTimeout stored False default 30000;

C++

__property Timeout = {default=30000};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

説明

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

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


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

関連項目