EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: EMS.ResourceTypes.pas EMS.ResourceTypes.hpp
| |
Unit: EMS.ResourceTypes | |
Parent: TEMSResourceEndPoint |
Delphi
function GetMethod: TEndpointRequest.TMethod; virtual; abstract;
C++
virtual Ems::Resourceapi::TEndpointRequest::TMethod __fastcall GetMethod() = 0 ;
Description
- 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.