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)
Syntax
public Uri RequestUri { get; protected set; }
public:
property Uri^ RequestUri {
Uri^ get();
protected: void set(Uri^ value);
}
member RequestUri : Uri with get, set
Public Property RequestUri As Uri
Get
Protected Set
End Property
Property Value
Type: System.Uri
The Uri that is used for the HTTP request.
See Also
CloudHttpRequestErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top