CloudHttpRequestErrorInfo::Method Property
Gets the HTTP method that is used by the HTTP request message.
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.
Show: