API:REST.Client.TRESTClient.MaxRedirects

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

Delphi

property MaxRedirects;

C++

__property MaxRedirects = {default=5};

プロパティ

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

説明

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

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

関連項目

REST.Client.TRESTClient.MaxRedirects は REST.Client.TCustomRESTClient.MaxRedirects を継承しています。以下の内容はすべて REST.Client.TCustomRESTClient.MaxRedirects を参照しています。

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

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

関連項目