System.Net.HttpClientComponent.TNetHTTPClient.HandleRedirects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandleRedirects: Boolean read GetHandleRedirects write SetHandleRedirects default True;

C++

__property bool HandleRedirects = {read=GetHandleRedirects, write=SetHandleRedirects, default=1};

Properties

Type Visibility Source Unit Parent
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPClient

Description

Redirection policy to be used by the HTTP client component.

If HandleRedirects value is True, the HTTP client component handles redirects automatically. Otherwise, the HandleRedirects value is False.

See Also