Mono Class Library: Overview

System.Web.SessionState.SessionStateStoreProviderBase: Members

The members of System.Web.SessionState.SessionStateStoreProviderBase are listed below.

See Also: Inherited members from System.Configuration.Provider.ProviderBase

Protected Constructors

Documentation for this section has not yet been entered.

Public Methods

abstract
CreateNewStoreData(System.Web.HttpContext, int) : SessionStateStoreData
Documentation for this section has not yet been entered.
abstract
CreateUninitializedItem(System.Web.HttpContext, string, int)
Documentation for this section has not yet been entered.
abstract
Dispose()
Documentation for this section has not yet been entered.
abstract
EndRequest(System.Web.HttpContext)
Documentation for this section has not yet been entered.
abstract
GetItem(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData
Documentation for this section has not yet been entered.
abstract
GetItemExclusive(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData
Documentation for this section has not yet been entered.
abstract
InitializeRequest(System.Web.HttpContext)
Documentation for this section has not yet been entered.
abstract
ReleaseItemExclusive(System.Web.HttpContext, string, object)
Documentation for this section has not yet been entered.
abstract
RemoveItem(System.Web.HttpContext, string, object, SessionStateStoreData)
Documentation for this section has not yet been entered.
abstract
ResetItemTimeout(System.Web.HttpContext, string)
Documentation for this section has not yet been entered.
abstract
SetAndReleaseItemExclusive(System.Web.HttpContext, string, SessionStateStoreData, object, bool)
Documentation for this section has not yet been entered.
abstract
SetItemExpireCallback(SessionStateItemExpireCallback) : bool
Documentation for this section has not yet been entered.