NavigationEventArgs.WebResponse プロパティ

定義

Web 応答を取得して、HTTP ヘッダーやその他のプロパティへのアクセスを許可します。

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

プロパティ値

WebResponse

Web 応答。

適用対象