Mono Class Library: Overview

System.Web.SessionState.SessionStateStoreProviderBase: Method Members

The methods of System.Web.SessionState.SessionStateStoreProviderBase are listed below. For a list of all members, see the SessionStateStoreProviderBase Members list.

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

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.