次の方法で共有


IDataServiceHost.RequestHttpMethod プロパティ

定義

GET、PUT、POST、DELETE のいずれかの要求メソッドを取得します。

public:
 property System::String ^ RequestHttpMethod { System::String ^ get(); };
public string RequestHttpMethod { get; }
member this.RequestHttpMethod : string
Public ReadOnly Property RequestHttpMethod As String

プロパティ値

要求メソッドを示す文字列値。

注釈

IDataServiceHostサポートされるプロパティとその使用方法の詳細については、「WCF Data Services クライアント ライブラリ」を参照してください。

適用対象