IHttpContext Interface |
Namespace: CMS.Base
public interface IHttpContext
The IHttpContext type exposes the following members.
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.
|
![]() | Server |
Gets the IServer object that provides methods used in processing Web requests on server.
|
![]() | Session |
Gets the ISession object for the current HTTP request.
|
![]() | User |
Gets the IPrincipal object for the current HTTP request.
|