EMS.ResourceTypes.TEMSResourceEndPoint.Method

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Method: TEndpointRequest.TMethod read GetMethod;

C++

__property Ems::Resourceapi::TEndpointRequest::TMethod Method = {read=GetMethod, nodefault};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPoint

Description

Returns the method type of this resource endpoint.

Method is the HTTP method type of an endpoint, such as GET, PUT or POST.

See Also