IHttpContext Interface |
Namespace: CMS.Base.Internal
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.
|
![]() | Session |
Gets the ISession object for the current HTTP request.
|
![]() | User |
Gets or sets the IPrincipal object for the current HTTP request.
|
Name | Description | |
---|---|---|
![]() | Kentico |
Returns a feature set for the specified request.
(Defined by HttpContextExtensions.) |
![]() | SetRequestCulture |
Stores the cultureCode which should be used by the thread handling the request.
(Defined by HttpContextExtensions.) |