HttpServerUtilityWrapper Constructor (HttpServerUtility^)

 

Initializes a new instance of the HttpServerUtilityWrapper class.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
HttpServerUtilityWrapper(
	HttpServerUtility^ httpServerUtility
)

Parameters

httpServerUtility
Type: System.Web::HttpServerUtility^

The object that this wrapper class provides access to.

Exception Condition
ArgumentNullException

The httpServerUtility parameter is null.

.NET Framework
Available since 3.5
Return to top
Show: