Datasnap.DSHTTPClient.TDSHTTP.HandleRedirects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandleRedirects: Boolean read GetHandleRedirects write SetHandleRedirects;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

Redirection policy to be used by the DataSnap HTTP client.

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