다음을 통해 공유


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 요청에 대한 정보입니다.

적용 대상