System.Net.HttpClient.THTTPClient.MaxRedirects

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

Delphi

property MaxRedirects: Integer read GetMaxRedirects write SetMaxRedirects;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient


説明

HTTP リクエストを実行する際のリダイレクトの最大数。

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

関連項目