C# Class SimpleSocialAuth.MVC3.CurrentContextSession

Uses HttpContext.Current to get the session. Use CurrentContextSession.Instance to access this class
Inheritance: ISessionStorage
Afficher le fichier Open project: rafek/SimpleSocialAuth

Méthodes publiques

Méthode Description
Load ( string key ) : object
Store ( string key, object value ) : void

Private Methods

Méthode Description
CurrentContextSession ( ) : System.Web

Singleton

Method Details

Load() public méthode

public Load ( string key ) : object
key string
Résultat object

Store() public méthode

public Store ( string key, object value ) : void
key string
value object
Résultat void