EMS.ResourceTypes.TEMSResourceEndPointSuffix.THandlerProc
Delphi
THandlerProc = reference to procedure(const Sender: TObject; const AContext: TEndpointContext; const ARequest: TEndpointRequest; const AResponse: TEndpointResponse);
C++
__interface THandlerProc : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
anonMethod class |
public | EMS.ResourceTypes.pas EMS.ResourceTypes.hpp |
EMS.ResourceTypes | TEMSResourceEndPointSuffix |
Description
Type of procedure that, given an endpoint context and its request, generates an appropriate response.
Sender
is the instance of TEMSResourceEndPointSuffix that owns the procedure implementation.