Datasnap.DSHTTPClient.TDSHTTP.HandleRedirects
| [–] 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.