Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetMethodRequestType
Delphi
function GetMethodRequestType(const ProxyClass: TDSProxyClass; const Method: TDSProxyMethod): string; virtual;
C++
virtual System::UnicodeString __fastcall GetMethodRequestType(Datasnap::Dscommonproxy::TDSProxyClass* const ProxyClass, Datasnap::Dscommonproxy::TDSProxyMethod* const Method);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp |
Datasnap.DSCustomConnectorProxyWriter | TDSCustomConnectorProxyWriter |
Beschreibung
Gibt den Anforderungstyp von Method
als String zurück.
Im Folgenden finden Sie eine Liste der möglichen Werte:
Anforderungstyp | Rückgabewert |
---|---|
Put |
'PUT' |
Post |
'POST' |
Get |
'GET' |
Delete |
'DELETE' |