The properties of System.Web.HttpApplication are listed below. For a list of all members, see the HttpApplication Members list.
See Also: Inherited members from System.Object
[read-only] | Application | HttpApplicationState.
Gets the current state of an application. |
[read-only] | Context | HttpContext.
Gets HTTP-specific information about the current request. |
[read-only] | Modules | HttpModuleCollection.
Gets the collection of modules for the current application. |
[read-only] | Request | HttpRequest.
Gets the intrinsic request object for the current request. |
[read-only] | Response | HttpResponse.
Gets the intrinsic response object for the current request. |
[read-only] | Server | HttpServerUtility.
Gets the intrinsic server object for the current request. |
[read-only] | Session | System.Web.SessionState.HttpSessionState.
Gets the intrinsic session object that provides access to session data. |
Site | System.ComponentModel.ISite.
Gets or sets a site interface for an System.ComponentModel.IComponent implementation. | |
[read-only] | User | System.Security.Principal.IPrincipal.
Gets the intrinsic user object for the current request. |
[read-only] | Events | System.ComponentModel.EventHandlerList.
Gets the list of event handler delegates that process all application events. |