次の方法で共有


DataServiceOperationContext.RequestMethod プロパティ

操作の HTTP 要求メソッドを取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property RequestMethod As String
    Get
'使用
Dim instance As DataServiceOperationContext
Dim value As String

value = instance.RequestMethod
public string RequestMethod { get; }
public:
property String^ RequestMethod {
    String^ get ();
}
member RequestMethod : string
function get RequestMethod () : String

プロパティ値

型: System.String
HTTP 要求メソッド。

関連項目

参照

DataServiceOperationContext クラス

System.Data.Services 名前空間