REST.Backend.EndPoint.TBackendRequestComponentAuth

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.EndPoint.TBackendRequestComponentREST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequestTBackendRequestComponentAuth

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.

REST.Backend.EndPoint.TBackendRequestComponentAuth inherits from REST.Client.TCustomRESTRequest. All content below this line refers to REST.Client.TCustomRESTRequest.

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

See Also