Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetMethodRequestType

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

Method のリクエスト タイプを String で返します。

以下は取り得る値の一覧です:

リクエスト タイプ 戻り値

Put

'PUT'

Post

'POST'

Get

'GET'

Delete

'DELETE'

関連項目