HttpResponseWrapper Constructor (HttpResponse^)

 

Initializes a new instance of the HttpResponseWrapper class.

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

public:
HttpResponseWrapper(
	HttpResponse^ httpResponse
)

Parameters

httpResponse
Type: System.Web::HttpResponse^

The object that this wrapper class provides access to.

Exception Condition
ArgumentNullException

The httpResponse parameter is null.

.NET Framework
Available since 3.5
Return to top
Show: