This documentation is archived and is not being maintained.
HttpContext Properties
.NET Framework 1.1
The properties of the HttpContext class are listed here. For a complete list of HttpContext class members, see the HttpContext Members topic.
Public Properties
AllErrors | Gets an array of errors accumulated while processing an HTTP request. |
Application | Gets the HttpApplicationState object for the current HTTP request. |
ApplicationInstance | Gets or sets the HttpApplication object for the current HTTP request. |
Cache | Gets the Cache object for the current HTTP request. |
![]() Current | Gets the HttpContext object for the current HTTP request. |
Error | Gets the first error (if any) accumulated during HTTP request processing. |
Handler | Gets or sets the IHttpHandler object for the current HTTP request. |
IsCustomErrorEnabled | Gets a value indicating whether custom errors are enabled for the current HTTP request. |
IsDebuggingEnabled | Gets a value indicating whether the current HTTP request is in debug mode. |
Items | Gets a key-value collection that can be used to organize and share data between an IHttpModule and an IHttpHandler during an HTTP request. |
Request | Gets the HttpRequest object for the current HTTP request. |
Response | Gets the HttpResponse object for the current HTTP response. |
Server | Gets the HttpServerUtility object that provides methods used in processing Web requests. |
Session | Gets the HttpSessionState instance for the current HTTP request. |
SkipAuthorization | Gets or sets a value that specifies whether the URLAuthorization module will skip the authorization check for the current request. |
Timestamp | Gets the initial timestamp of the current HTTP request. |
Trace | Gets the TraceContext object for the current HTTP response. |
User | Gets or sets security information for the current HTTP request. |
See Also
Show:
