次の方法で共有


HttpServerUtilityWrapper(HttpServerUtility) コンストラクター

定義

HttpServerUtilityWrapper クラスの新しいインスタンスを初期化します。

public:
 HttpServerUtilityWrapper(System::Web::HttpServerUtility ^ httpServerUtility);
public HttpServerUtilityWrapper (System.Web.HttpServerUtility httpServerUtility);
new System.Web.HttpServerUtilityWrapper : System.Web.HttpServerUtility -> System.Web.HttpServerUtilityWrapper
Public Sub New (httpServerUtility As HttpServerUtility)

パラメーター

httpServerUtility
HttpServerUtility

このラッパー クラスのアクセス提供先のオブジェクト。

例外

httpServerUtility パラメーターが null です。

適用対象