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

Datei anzeigen 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_oe property

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

Context public_oe property

public HttpContext Context
return HttpContext

IsReadOnly public_oe property

public bool IsReadOnly
return bool

SessionId public_oe property

public string SessionId
return string