Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 500 Bytes

File metadata and controls

18 lines (11 loc) · 500 Bytes

HttpContext Class

Represents the contextual information of HTTP request and response.

Properties

Name Description Type
Request Gets the http request in the current context. HttpRequest
Response Gets the http response in the current context. HttpResponse

Constructors

Name Description
HttpContext(HttpRequest request, HttpResponse response) Initializes a new instance of the class.