EMS.ResourceTypes.TEMSResourceEndPoint.GetMethod
Delphi
function GetMethod: TEndpointRequest.TMethod; virtual; abstract;
C++
virtual Ems::Resourceapi::TEndpointRequest::TMethod __fastcall GetMethod(void) = 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.