HttpServerUtilityWrapper(HttpServerUtility) Constructor

Definition

Initializes a new instance of the HttpServerUtilityWrapper class.

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)

Parameters

httpServerUtility
HttpServerUtility

The object that this wrapper class provides access to.

Exceptions

The httpServerUtility parameter is null.

Applies to