Partager via


HttpOperationException.RequestUri Property

Definition

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

Uri
Attributes

Remarks

This information is only available in limited circumstances e.g. when using Open API plugins.

Applies to