HttpContext

Wisej.Core.HttpContext

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Encapsulates all HTTP-specific information about an individual HTTP request.

public class HttpContext

Properties

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

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

HttpResponse: Returns the HttpResponse object for the current HTTP response.

Last updated