HttpContextBase.Server プロパティ

定義

派生クラスでオーバーライドされた場合に、Web 要求の処理中に使うメソッドを提供する HttpServerUtility オブジェクトを取得します。

public:
 virtual property System::Web::HttpServerUtilityBase ^ Server { System::Web::HttpServerUtilityBase ^ get(); };
public virtual System.Web.HttpServerUtilityBase Server { get; }
member this.Server : System.Web.HttpServerUtilityBase
Public Overridable ReadOnly Property Server As HttpServerUtilityBase

プロパティ値

現在の HTTP 要求に対するサーバー ユーティリティ オブジェクト。

例外

適用対象