CloudHttpRequestErrorInfo::RequestUri Property

 

Gets the URI that is used for the HTTP request.

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

public:
property Uri^ RequestUri {
	Uri^ get();
	protected: void set(Uri^ value);
}

Property Value

Type: System::Uri^

The Uri that is used for the HTTP request.

Return to top
Show: