API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod
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.
EMS.ResourceTypes.TEMSResourceEndPointSuffix.GetMethod erbt von EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod. Der folgende Inhalt bezieht sich auf EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod.
- 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.