System.Net.HttpClient.THTTPClient.HandleRedirects
Delphi
property HandleRedirects: Boolean read FHandleRedirects write FHandleRedirects default True;
C++
__property bool HandleRedirects = {read=FHandleRedirects, write=FHandleRedirects, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPClient |
Description
Redirection policy to be used by the HTTP client.
If the HandleRedirects value is True
, the HTTP client handles redirects automatically. Otherwise, the HandleRedirects value is False
.