REST.Client.TCustomRESTRequest.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 TCustomRESTRequest

Description

Specifies a container for transient parameters.

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

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

See Also