EMS.ResourceTypes.TEMSResourceEndPointSuffix.DoHandleRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHandleRequest(const AContext: TEndpointContext); override;

C++

virtual void __fastcall DoHandleRequest(Ems::Resourceapi::TEndpointContext* const AContext);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPointSuffix

Description

Fills the Params property of the request object of the specified endpoint context, and executes the endpoint-handling procedure that you specified when you created this endpoint, to build an outgoing response.

TEMSCommonResource.HandleRequest calls DoHandleRequest on one of its endpoint objects that can handle the specified endpoint context.

TEMSCommonResource.HandleRequest calls DoAuthorizeRequest before it calls DoHandleRequest.