HttpContext
Wisej.Core.HttpContext
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Encapsulates all HTTP-specific information about an individual HTTP request.
public class HttpContext
Properties
Cookies

HttpCookieCollection: Returns a collection of HttpCookie values sent by the client.
Request

HttpRequest: Returns the HttpRequest object for the current HTTP request.
Response

HttpResponse: Returns the HttpResponse object for the current HTTP response.
Last updated
Was this helpful?