The properties of System.Web.HttpContext are listed below. For a list of all members, see the HttpContext Members list.
See Also: Inherited members from System.Object
[read-only] | AllErrors | Exception[].
Gets an array of errors accumulated while processing an HTTP request. |
[read-only] | Application | HttpApplicationState.
Gets the System.Web.HttpApplicationState object for the current HTTP request. |
ApplicationInstance | HttpApplication.
Gets or sets the System.Web.HttpApplication object for the current HTTP request. | |
[read-only] | Cache | System.Web.Caching.Cache.
Gets the System.Web.Caching.Cache object for the current application domain. |
static | Current | HttpContext.
Gets or sets the System.Web.HttpContext object for the current HTTP request. |
[read-only] | CurrentHandler | IHttpHandler.
Gets the System.Web.IHttpHandler object that represents the currently executing handler. |
[read-only] | CurrentNotification | RequestNotification.
Gets a System.Web.RequestNotification value that indicates the current System.Web.HttpApplication event that is processing. |
[read-only] | Error | Exception.
Gets the first error (if any) accumulated during HTTP request processing. |
Handler | IHttpHandler.
Gets or sets the System.Web.IHttpHandler object responsible for processing the HTTP request. | |
[read-only] | IsCustomErrorEnabled | bool.
Gets a value indicating whether custom errors are enabled for the current HTTP request. |
[read-only] | IsDebuggingEnabled | bool.
Gets a value indicating whether the current HTTP request is in debug mode. |
[read-only] | IsPostNotification | bool.
Gets a value that is the current processing point in the ASP.NET pipeline just after an System.Web.HttpApplication event has finished processing. |
[read-only] | Items | IDictionary.
Gets a key/value collection that can be used to organize and share data between an System.Web.IHttpModule interface and an System.Web.IHttpHandler interface during an HTTP request. |
[read-only] | PreviousHandler | IHttpHandler.
Gets the System.Web.IHttpHandler object for the parent handler. |
[read-only] | Profile | System.Web.Profile.ProfileBase.
Gets the System.Web.Profile.ProfileBase object for the current user profile. |
[read-only] | Request | HttpRequest.
Gets the System.Web.HttpRequest object for the current HTTP request. |
[read-only] | Response | HttpResponse.
Gets the System.Web.HttpResponse object for the current HTTP response. |
[read-only] | Server | HttpServerUtility.
Gets the System.Web.HttpServerUtility object that provides methods used in processing Web requests. |
[read-only] | Session | System.Web.SessionState.HttpSessionState.
Gets the System.Web.SessionState.HttpSessionState object for the current HTTP request. |
SkipAuthorization | bool.
Gets or sets a value that specifies whether the System.Web.Security.UrlAuthorizationModule object should skip the authorization check for the current request. | |
[read-only] | Timestamp | DateTime.
Gets the initial timestamp of the current HTTP request. |
[read-only] | Trace | TraceContext.
Gets the System.Web.TraceContext object for the current HTTP response. |
User | System.Security.Principal.IPrincipal.
Gets or sets security information for the current HTTP request. |