HttpApplication.Server プロパティ

定義

現在の要求に関する組み込みのサーバー オブジェクトを取得します。

public:
 property System::Web::HttpServerUtility ^ Server { System::Web::HttpServerUtility ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.HttpServerUtility Server { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Server : System.Web.HttpServerUtility
Public ReadOnly Property Server As HttpServerUtility

プロパティ値

HttpServerUtility

アプリケーションが処理している HttpServerUtility オブジェクト。

属性

適用対象