MySqlSessionStateStore Class

MySQL Connector/Net

MySqlSessionStateStore Class
Inheritance Hierarchy

Namespace: MySql.Web.SessionState
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public class MySqlSessionStateStore : SessionStateStoreProviderBase
Public Class MySqlSessionStateStore
	Inherits SessionStateStoreProviderBase
public ref class MySqlSessionStateStore : public SessionStateStoreProviderBase
type MySqlSessionStateStore =  
    class
        inherit SessionStateStoreProviderBase
    end

The MySqlSessionStateStore type exposes the following members.

Constructors
  NameDescription
Public methodMySqlSessionStateStore
Top
Properties
  NameDescription
Public propertyApplicationName
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyEnableExpireCallback
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public propertyWriteExceptionsToEventLog
Top
Methods
  NameDescription
Public methodCreateNewStoreData (Overrides SessionStateStoreProviderBaseCreateNewStoreData(HttpContext, Int32).)
Public methodCreateUninitializedItem (Overrides SessionStateStoreProviderBaseCreateUninitializedItem(HttpContext, String, Int32).)
Public methodDispose (Overrides SessionStateStoreProviderBaseDispose.)
Public methodEndRequest (Overrides SessionStateStoreProviderBaseEndRequest(HttpContext).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem (Overrides SessionStateStoreProviderBaseGetItem(HttpContext, String, Boolean, TimeSpan, Object, SessionStateActions).)
Public methodGetItemExclusive (Overrides SessionStateStoreProviderBaseGetItemExclusive(HttpContext, String, Boolean, TimeSpan, Object, SessionStateActions).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Overrides ProviderBaseInitialize(String, NameValueCollection).)
Public methodInitializeRequest (Overrides SessionStateStoreProviderBaseInitializeRequest(HttpContext).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReleaseItemExclusive (Overrides SessionStateStoreProviderBaseReleaseItemExclusive(HttpContext, String, Object).)
Public methodRemoveItem (Overrides SessionStateStoreProviderBaseRemoveItem(HttpContext, String, Object, SessionStateStoreData).)
Public methodResetItemTimeout (Overrides SessionStateStoreProviderBaseResetItemTimeout(HttpContext, String).)
Public methodSetAndReleaseItemExclusive (Overrides SessionStateStoreProviderBaseSetAndReleaseItemExclusive(HttpContext, String, SessionStateStoreData, Object, Boolean).)
Public methodSetItemExpireCallback (Overrides SessionStateStoreProviderBaseSetItemExpireCallback(SessionStateItemExpireCallback).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also