CloudException::Request Property

 

Gets information about the associated HTTP request.

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

public:
property CloudHttpRequestErrorInfo^ Request {
	CloudHttpRequestErrorInfo^ get();
	protected: void set(CloudHttpRequestErrorInfo^ value);
}

Property Value

Type: Microsoft.WindowsAzure.Common::CloudHttpRequestErrorInfo^

The information about the associated HTTP request.

Return to top
Show: