DataServiceOperationContext.RequestMethod Property
Gets the HTTP request method for the operation.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property RequestMethod As String
Get
'Usage
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
Property Value
Type: System.String
The HTTP request method.