C# Class CardShop.Auth.SessionWrapper

Inheritance: ISession
Mostra file Open project: egreene/PracticeGDVP

Public Methods

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

Method Details

SessionWrapper() public method

public SessionWrapper ( System.Web.SessionState.HttpSessionState session ) : System
session System.Web.SessionState.HttpSessionState
return System

this() public method

public this ( int index ) : object
index int
return object

this() public method

public this ( string name ) : object
name string
return object