HttpContext Constructor
.NET Framework 3.0
Initializes a new instance of the HttpContext class.
| Name | Description |
|---|---|
| HttpContext (HttpWorkerRequest) | Initializes a new instance of the HttpContext class that uses the specified worker-request object. |
| HttpContext (HttpRequest, HttpResponse) | Initializes a new instance of the HttpContext class by using the specified request and response objects. |
Community Additions
ADD
Show: