PackWebResponse.InnerResponse プロパティ

定義

応答の内部 WebResponse オブジェクトを取得します。

public:
 property System::Net::WebResponse ^ InnerResponse { System::Net::WebResponse ^ get(); };
public System.Net.WebResponse InnerResponse { get; }
member this.InnerResponse : System.Net.WebResponse
Public ReadOnly Property InnerResponse As WebResponse

プロパティ値

WebResponse としての応答データ。

注釈

InnerResponseは、null応答がパッケージ キャッシュからの場合 (が trueの場合IsFromCache) を返します。

適用対象