Share via


CloudHttpRequestErrorInfo.Method Property

 

Gets the HTTP method that is used by the HTTP request message.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public HttpMethod Method { get; protected set; }
public:
property HttpMethod^ Method {
    HttpMethod^ get();
    protected: void set(HttpMethod^ value);
}
member Method : HttpMethod with get, set
Public Property Method As HttpMethod
    Get
    Protected Set
End Property

Property Value

Type: System.Net.Http.HttpMethod

The HTTP method that is used by the HTTP request message.

See Also

CloudHttpRequestErrorInfo Class
Microsoft.WindowsAzure.Common Namespace

Return to top