System.Net.HttpClient.THTTPClient.GetMaxRedirects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMaxRedirects: Integer;

C++

int __fastcall GetMaxRedirects();

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient


Description

Getter of FMaxRedirects.

GetMaxRedirects returns the maximum number of redirections to be performed by an HTTP request.

See Also