REST.Backend.EndPoint.TBackendRequestComponentAuth

From RAD Studio API Documentation

TBackendRequestComponentAuthREST.Backend.EndPoint.TBackendRequestComponentREST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequest

Delphi

TBackendRequestComponentAuth<TI: IBackendService; T: Class> = class(TBackendRequestComponent<TI, T>)

C++

template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendRequestComponentAuth__2 : public TBackendRequestComponent__2<TI,T>

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint REST.Backend.EndPoint

Description

Container of the data and the logic to execute a REST request. {{#multireplace:REST.Backend.EndPoint.TBackendRequestComponentAuth|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Container of the data and the logic to execute a REST request.

See Also