Represents the contextual information of HTTP request and response.
| Name | Description | Type |
|---|---|---|
| Request | Gets the http request in the current context. | HttpRequest |
| Response | Gets the http response in the current context. | HttpResponse |
| Name | Description |
|---|---|
HttpContext(HttpRequest request, HttpResponse response) |
Initializes a new instance of the class. |