REST.Backend.EndPoint.TBackendEndpoint.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TRESTRequestParameterList read GetParams write SetParams;

C++

__property Params;

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

Description

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

REST.Backend.EndPoint.TBackendEndpoint.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