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)

public:
property HttpMethod^ Method {
	HttpMethod^ get();
	protected: void set(HttpMethod^ value);
}

Property Value

Type: System.Net.Http::HttpMethod^

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

Return to top
Show: