System.Net.HttpClient.THTTPClient.GetMaxRedirects

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

Delphi

function GetMaxRedirects: Integer;

C++

int __fastcall GetMaxRedirects();

プロパティ

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


説明

FMaxRedirects の取得メソッド。

GetMaxRedirects は、HTTP リクエストによって行われるリダイレクトの最大数を返します。

関連項目