Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the request method of GET, PUT, POST, or DELETE.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property RequestHttpMethod As String
Get
'Usage
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestHttpMethod
string RequestHttpMethod { get; }
property String^ RequestHttpMethod {
String^ get ();
}
abstract RequestHttpMethod : string
function get RequestHttpMethod () : String
Property Value
Type: System.String
String value that indicates request method.
Remarks
For more information about the properties supported by IDataServiceHost and their use, see Data Client (WCF Data Services).