次の方法で共有


ServerProtocol.Response プロパティ

定義

派生クラスの HttpResponse オブジェクトを取得します。

protected public:
 property System::Web::HttpResponse ^ Response { System::Web::HttpResponse ^ get(); };
protected internal System.Web.HttpResponse Response { get; }
member this.Response : System.Web.HttpResponse
Protected Friend ReadOnly Property Response As HttpResponse

プロパティ値

HttpResponse

HttpResponse オブジェクト。

適用対象