C# Class Castle.Facilities.NHibernateIntegration.Internal.WebSessionStore

Provides an implementation of ISessionStore which relies on HttpContext. Suitable for web projects.
Inheritance: AbstractDictStackSessionStore
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes protégées

Méthode Description
GetDictionary ( ) : IDictionary
StoreDictionary ( IDictionary dictionary ) : void

Private Methods

Méthode Description
ObtainSessionContext ( ) : HttpContext

Method Details

GetDictionary() protected méthode

protected GetDictionary ( ) : IDictionary
Résultat IDictionary

StoreDictionary() protected méthode

protected StoreDictionary ( IDictionary dictionary ) : void
dictionary IDictionary
Résultat void