This documentation is archived and is not being maintained.
HttpApplication Properties
.NET Framework 1.1
The properties of the HttpApplication class are listed here. For a complete list of HttpApplication class members, see the HttpApplication Members topic.
Public Properties
Application | Gets the current state of an application. |
Context | Gets HTTP-specific information about the current request. |
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 | Provides a site interface for an IComponent implementation. |
User | Gets the intrinsic user object for the current request. |
Protected Properties
Events | Gets the list of event handler delegates that process all application events. |
See Also
Show:
