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

適用対象