ErrorResponseException.Request Property

Definition

Gets or sets the information about the associated HTTP request.

public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
member this.Request : Microsoft.Rest.HttpRequestMessageWrapper with get, set
Public Property Request As HttpRequestMessageWrapper

Property Value

Microsoft.Rest.HttpRequestMessageWrapper

Information about the associated HTTP requests.

Applies to