EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetMethod: TEndpointRequest.TMethod; virtual; abstract;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPoint


Beschreibung

Hinweis: Dies ist eine virtuelle Methode, die in untergeordnete Klassen implementiert werden soll.

Getter-Methode von Method.

GetMethod gibt den HTTP-Methodentyp eines Ressourcenendpunkts, wie GET oder POST zurück.

Siehe auch