HttpOperationException.RequestUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property is obsolete and will be removed in a future version. Use the Exception.Data['Url'] instead.
Gets the System.Uri used for the HTTP request.
[System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Url'] instead.")]
public Uri? RequestUri { get; set; }
[<System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Url'] instead.")>]
member this.RequestUri : Uri with get, set
Public Property RequestUri As Uri
Property Value
- Attributes
Remarks
This information is only available in limited circumstances e.g. when using Open API plugins.