C# Class CardShop.Auth.SessionWrapper

Inheritance: ISession
Afficher le fichier Open project: egreene/PracticeGDVP

Méthodes publiques

Méthode Description
SessionWrapper ( System.Web.SessionState.HttpSessionState session ) : System
this ( int index ) : object
this ( string name ) : object

Method Details

SessionWrapper() public méthode

public SessionWrapper ( System.Web.SessionState.HttpSessionState session ) : System
session System.Web.SessionState.HttpSessionState
Résultat System

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object