REST.Client.TCustomRESTClient.TransientParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransientParams: TRESTRequestParameterList read FTransientParams;

C++

__property TRESTRequestParameterList* TransientParams = {read=FTransientParams};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

A container of all transient parameters the request uses.

As a rule, Authenticators create and recreate the transient parameters. These parameters are not visible at design time.

Note: The transient parameters override HTTP parameters with the same names.

See Also