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 を返します ( IsFromCachetrue場合)。

適用対象