REST.Client.TRESTRequest.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params;

C++

__property Params;

Properties

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

Description

Specifies a container for HTTP parameters to be passed with the request.

REST.Client.TRESTRequest.Params inherits from REST.Client.TCustomRESTRequest.Params. All content below this line refers to REST.Client.TCustomRESTRequest.Params.


Specifies a container for HTTP parameters to be passed with the request.

For information about existing types of parameters, see TRESTRequestParameter.Kind.

See Also