HttpContext Constructor
.NET Framework (current version)
Initializes a new instance of the HttpContext class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HttpContext(HttpRequest^, HttpResponse^) | Initializes a new instance of the HttpContext class by using the specified request and response objects. |
![]() | HttpContext(HttpWorkerRequest^) | Initializes a new instance of the HttpContext class that uses the specified worker-request object. |
Show:
