REST.Client.TRESTClient.MaxRedirects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxRedirects;

C++

__property MaxRedirects = {default=5};

Properties

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

Description

Indicates the maximum number of redirects.

REST.Client.TRESTClient.MaxRedirects inherits from REST.Client.TCustomRESTClient.MaxRedirects. All content below this line refers to REST.Client.TCustomRESTClient.MaxRedirects.

Indicates the maximum number of redirects.

Use MaxRedirects to manage the maximum number of redirects that a THTTPClient can process when executing an HTTP request.

See Also