System.Web.HttpApplication: Property Members

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

Public Properties

[read-only]
ApplicationHttpApplicationState.

Gets the current state of an application.

[read-only]
ContextHttpContext.

Gets HTTP-specific information about the current request.

[read-only]
ModulesHttpModuleCollection.

Gets the collection of modules for the current application.

[read-only]
RequestHttpRequest.

Gets the intrinsic request object for the current request.

[read-only]
ResponseHttpResponse.

Gets the intrinsic response object for the current request.

[read-only]
ServerHttpServerUtility.

Gets the intrinsic server object for the current request.

[read-only]
SessionSystem.Web.SessionState.HttpSessionState.

Gets the intrinsic session object that provides access to session data.

SiteSystem.ComponentModel.ISite.

Gets or sets a site interface for an System.ComponentModel.IComponent implementation.

[read-only]
UserSystem.Security.Principal.IPrincipal.

Gets the intrinsic user object for the current request.

Protected Properties

[read-only]
EventsSystem.ComponentModel.EventHandlerList.

Gets the list of event handler delegates that process all application events.