Datasnap.DSHTTPClient.TDSHTTP.HandleRedirects

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: TDSHTTP

Delphi

property HandleRedirects: Boolean read GetHandleRedirects write SetHandleRedirects;

C++

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

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.