C# 클래스 System.Web.SessionState.SessionStateModule.CallbackState

파일 보기 프로젝트 열기: vargaz/mono

공개 프로퍼티들

프로퍼티 타입 설명
AutoEvent System.Threading.AutoResetEvent
Context HttpContext
IsReadOnly bool
SessionId string

공개 메소드들

메소드 설명
CallbackState ( HttpContext context, AutoResetEvent e, string sessionId, bool isReadOnly ) : System.Collections.Specialized

메소드 상세

CallbackState() 공개 메소드

public CallbackState ( HttpContext context, AutoResetEvent e, string sessionId, bool isReadOnly ) : System.Collections.Specialized
context HttpContext
e System.Threading.AutoResetEvent
sessionId string
isReadOnly bool
리턴 System.Collections.Specialized

프로퍼티 상세

AutoEvent 공개적으로 프로퍼티

public AutoResetEvent,System.Threading AutoEvent
리턴 System.Threading.AutoResetEvent

Context 공개적으로 프로퍼티

public HttpContext Context
리턴 HttpContext

IsReadOnly 공개적으로 프로퍼티

public bool IsReadOnly
리턴 bool

SessionId 공개적으로 프로퍼티

public string SessionId
리턴 string