C# Class System.Web.SessionState.SessionStateModule.CallbackState

Show file Open project: vargaz/mono

Public Properties

Property Type Description
AutoEvent System.Threading.AutoResetEvent
Context HttpContext
IsReadOnly bool
SessionId string

Public Methods

Method Description
CallbackState ( HttpContext context, AutoResetEvent e, string sessionId, bool isReadOnly ) : System.Collections.Specialized

Method Details

CallbackState() public method

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

Property Details

AutoEvent public property

public AutoResetEvent,System.Threading AutoEvent
return System.Threading.AutoResetEvent

Context public property

public HttpContext Context
return HttpContext

IsReadOnly public property

public bool IsReadOnly
return bool

SessionId public property

public string SessionId
return string