EMS.ResourceAPI.TEMSResource.DoHandleRequest

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure DoHandleRequest(const AContext: TEndpointContext); virtual; abstract;

C++

virtual void __fastcall DoHandleRequest(TEndpointContext* const AContext) = 0 ;

Description

Fills the response of the request context.

DoHandleRequest is an abstract method. You must implement this method with the behavior described above in any subclass of TEMSResource.

HandleRequest calls DoHandleRequest.