REST.Client.TCustomRESTClient.MaxRedirects

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

Delphi

property MaxRedirects: Integer read GetMaxRedirects write SetMaxRedirects default CHTTPDefMaxRedirects;

C++

__property int MaxRedirects = {read=GetMaxRedirects, write=SetMaxRedirects, default=5};

プロパティ

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


説明

リダイレクトの最大数を示します。<section end="2" />

MaxRedirects を使用すると、HTTP リクエストを実行する際に THTTPClient が処理できるリダイレクトの最大数を管理することができます。

関連項目