Click or drag to resize
IHttpContext Properties

The IHttpContext type exposes the following members.

Properties
  NameDescription
Public propertyApplicationInstance
Gets the IHttpApplication object for the current HTTP request.
Public propertyItems
Gets a key/value collection that can be used to organize and share data during an HTTP request.
Public propertyRequest
Gets the IRequest object for the current HTTP request.
Public propertyResponse
Gets the IResponse object for the current HTTP response.
Public propertySession
Gets the ISession object for the current HTTP request.
Public propertyUser
Gets or sets the IPrincipal object for the current HTTP request.
Top
See Also