API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod

Aus RAD Studio API Documentation

Delphi

function GetMethod: TEndpointRequest.TMethod; override;

C++

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

Eigenschaften

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

Beschreibung

Getter-Methode von Method. {{#multireplace:EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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