C# Class Castle.Facilities.NHibernateIntegration.Components.SessionWebModule

HttpModule to set up a session for the request lifetime. ISessionManager
To install the module, you must:

Add the module to the httpModules configuration section within system.web Extend the HttpApplication if you haven't Make your HttpApplication subclass implement IContainerAccessor so the module can access the container instance

Inheritance: IHttpModule
Afficher le fichier Open project: nats/castle-1.0.3-mono

Protected Properties

Свойство Type Description
SessionKey String

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( System.Web.HttpApplication app ) : void
SessionWebModule ( ) : System

Private Methods

Méthode Description
ObtainContainer ( ) : IWindsorContainer
OnBeginRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication app ) : void
app System.Web.HttpApplication
Résultat void

SessionWebModule() public méthode

public SessionWebModule ( ) : System
Résultat System

Property Details

SessionKey protected_oe static_oe property

protected static String SessionKey
Résultat String