API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: EMS.ResourceTypes.pas EMS.ResourceTypes.hpp
| |
| Unit: EMS.ResourceTypes | |
| Parent: TEMSResourceEndPointSuffix | |
Delphi
function GetMethod: TEndpointRequest.TMethod; override;
C++
virtual Ems::Resourceapi::TEndpointRequest::TMethod __fastcall GetMethod();
Description
Getter of Method.
EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod inherits from EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod. All content below this line refers to EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod.
- Note: This is a virtual method to be implemented in child classes.
Getter of Method.
GetMethod returns the HTTP method type of a resource endpoint, such as GET or POST.