ErrorResponseException.Request 属性

定义

获取或设置有关关联的 HTTP 请求的信息。

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

属性值

Microsoft.Rest.HttpRequestMessageWrapper

有关关联的 HTTP 请求的信息。

适用于