Freigeben über


DataServiceOperationContext.RequestMethod-Eigenschaft

Ruft die HTTP-Anforderungsmethode für den Vorgang ab.

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

Eigenschaftswert

Typ: System.String
Die HTTP-Anforderungsmethode.

Siehe auch

Verweis

DataServiceOperationContext Klasse

System.Data.Services-Namespace