REST.Client.TCustomRESTClient.MaxRedirects
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 が処理できるリダイレクトの最大数を管理することができます。