HttpRequestWrapper Constructor (HttpRequest)
.NET Framework (current version)
Initializes a new instance of the HttpRequestWrapper class by using the specified request object.
Assembly: System.Web (in System.Web.dll)
Parameters
- httpRequest
-
Type:
System.Web.HttpRequest
The object that this wrapper class provides access to.
| Exception | Condition |
|---|---|
| ArgumentNullException | httpRequest is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: