C# 클래스 SimpleSocialAuth.MVC3.CurrentContextSession

Uses HttpContext.Current to get the session. Use CurrentContextSession.Instance to access this class
상속: ISessionStorage
파일 보기 프로젝트 열기: rafek/SimpleSocialAuth

공개 메소드들

메소드 설명
Load ( string key ) : object
Store ( string key, object value ) : void

비공개 메소드들

메소드 설명
CurrentContextSession ( ) : System.Web

Singleton

메소드 상세

Load() 공개 메소드

public Load ( string key ) : object
key string
리턴 object

Store() 공개 메소드

public Store ( string key, object value ) : void
key string
value object
리턴 void