ErrorResponseException.Response プロパティ

定義

関連付けられている HTTP 応答に関する情報を取得または設定します。

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

プロパティ値

Microsoft.Rest.HttpResponseMessageWrapper

関連付けられている HTTP 応答に関する情報。

適用対象