Global Properties

FormsAuth

Global Properties

The Global type exposes the following members.

Properties


  Name Description
Public property Application
Gets the current state of an application.
(Inherited from HttpApplication.)
Public property Context
Gets HTTP-specific information about the current request.
(Inherited from HttpApplication.)
Protected property Events
Gets the list of event handler delegates that process all application events.
(Inherited from HttpApplication.)
Public property Modules
Gets the collection of modules for the current application.
(Inherited from HttpApplication.)
Public property Request
Gets the intrinsic request object for the current request.
(Inherited from HttpApplication.)
Public property Response
Gets the intrinsic response object for the current request.
(Inherited from HttpApplication.)
Public property Server
Gets the intrinsic server object for the current request.
(Inherited from HttpApplication.)
Public property Session
Gets the intrinsic session object that provides access to session data.
(Inherited from HttpApplication.)
Public property Site
Gets or sets a site interface for an IComponent implementation.
(Inherited from HttpApplication.)
Public property User
Gets the intrinsic user object for the current request.
(Inherited from HttpApplication.)