EMS.ResourceTypes.TEMSResourceEndPoint.Method

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Method: TEndpointRequest.TMethod read GetMethod;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPoint


Beschreibung

Gibt den Methoden-Typ dieses Ressourcenendpunkts zurück.

Method ist der HTTP-Methodentyp eines Endpunkts, wie GET, PUT oder POST.

Siehe auch