C# 클래스 CtcApi.Web.SessionStateProvider

상속: IStateProvider
파일 보기 프로젝트 열기: BellevueCollege/CtcApi

공개 메소드들

메소드 설명
Remove ( string key ) : void
this ( string key ) : object

메소드 상세

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

this() 공개 메소드

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