C# 클래스 CardShop.Auth.SessionWrapper

상속: ISession
파일 보기 프로젝트 열기: egreene/PracticeGDVP

공개 메소드들

메소드 설명
SessionWrapper ( System.Web.SessionState.HttpSessionState session ) : System
this ( int index ) : object
this ( string name ) : object

메소드 상세

SessionWrapper() 공개 메소드

public SessionWrapper ( System.Web.SessionState.HttpSessionState session ) : System
session System.Web.SessionState.HttpSessionState
리턴 System

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object