REST.Backend.EndPoint.TCustomBackendEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.EndPoint.TBackendRequestComponentAuthREST.Backend.EndPoint.TBackendRequestComponentREST.Backend.EndPoint.TBackendRequestComponentTCustomBackendEndpoint

Delphi

TCustomBackendEndpoint = class(TBackendRequestComponentAuth<IBackendCustomEndpointService, TBackendCustomEndpointAPI>, IRESTResponseJSON)

C++

class PASCALIMPLEMENTATION TCustomBackendEndpoint : public TBackendRequestComponentAuth__2<Rest::Backend::Servicetypes::_di_IBackendCustomEndpointService,Rest::Backend::Servicetypes::TBackendCustomEndPointApi*>

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.TCustomBackendEndpoint 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