IDataServiceHost.RequestHttpMethod Proprietà

Definizione

Ottiene il metodo GET, PUT, POST o DELETE della richiesta.

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

Valore della proprietà

Valore stringa che indica il metodo della richiesta.

Commenti

Per altre informazioni sulle proprietà supportate da IDataServiceHost e sul relativo uso, vedere WCF Data Services Libreria client.

Si applica a