This documentation is archived and is not being maintained.
HttpApplication Properties
Visual Studio 2008
The HttpApplication type exposes the following members.
| Name | Description | |
|---|---|---|
|
Application | Gets the current state of an application. |
|
Context | Gets HTTP-specific information about the current request. |
|
Events | Gets the list of event handler delegates that process all application events. |
|
Modules | Gets the collection of modules for the current application. |
|
Request | Gets the intrinsic request object for the current request. |
|
Response | Gets the intrinsic response object for the current request. |
|
Server | Gets the intrinsic server object for the current request. |
|
Session | Gets the intrinsic session object that provides access to session data. |
|
Site | Gets or sets a site interface for an IComponent implementation. |
|
User | Gets the intrinsic user object for the current request. |
| Name | Description | |
|---|---|---|
|
IHttpHandler::IsReusable | Gets a Boolean value indicating whether another request can use the IHttpHandler object. |
Show: