| IHttpContext Properties | 
The IHttpContext type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ApplicationInstance | 
            Gets the IHttpApplication object for the current HTTP request.
             | 
|  | Items | 
            Gets a key/value collection that can be used to organize and share data during an HTTP request.
             | 
|  | Request | 
            Gets the IRequest object for the current HTTP request.
             | 
|  | Response | 
            Gets the IResponse object for the current HTTP response.
             | 
|  | Session | 
            Gets the ISession object for the current HTTP request.
             | 
|  | User | 
            Gets or sets the IPrincipal object for the current HTTP request.
             | 
 See Also
See Also