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 要求のサーバー ユーティリティ オブジェクト。

例外

適用対象