REST.Backend.EndPoint.TBackendEndpoint.Timeout

提供:RAD Studio API Documentation

Delphi

property Timeout;

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 を参照しています。


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

関連項目