EMS.ResourceTypes.TEMSResourceEndPointSuffix

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceTypes.TEMSResourceEndPointSystem.TObjectTEMSResourceEndPointSuffix
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: EMS.ResourceTypes

Delphi

TEMSResourceEndPointSuffix = class(TEMSResourceEndPoint)

C++

class PASCALIMPLEMENTATION TEMSResourceEndPointSuffix : public TEMSResourceEndPoint

Description

Handler of an endpoint of an EMS resource.

When you create an instance of TEMSResourceEndPointSuffix, you associate that instance with a specific EMS resource, a specific URL path and request method within that EMS resource, and a procedure to handle matching requests.