API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethod: TEndpointRequest.TMethod; override;

C++

virtual Ems::Resourceapi::TEndpointRequest::TMethod __fastcall GetMethod();

Properties

Type Visibility Source Unit Parent
function protected
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPointSuffix

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.

See Also