EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethod: TEndpointRequest.TMethod; virtual; abstract;

C++

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

Properties

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

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.

See Also