REST.Client.TRESTRequest.HandleRedirects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandleRedirects: Boolean read GetHandleRedirects write SetHandleRedirects stored HandleRedirectsIsStored default 1;

C++

__property HandleRedirects = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

Indicates whether the client should automatically follow redirects (True) or not (False).

REST.Client.TRESTRequest.HandleRedirects inherits from REST.Client.TCustomRESTRequest.HandleRedirects. All content below this line refers to REST.Client.TCustomRESTRequest.HandleRedirects.

Indicates whether the client should automatically follow redirects (True) or not (False).

The default value is True.