EMS.ResourceTypes.TEMSResourceEndPointSuffix.DoHandleRequest

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: TEMSResourceEndPointSuffix

Delphi

procedure DoHandleRequest(const AContext: TEndpointContext); override;

C++

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

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.