SessionStateStoreProviderBase.SessionStateStoreProviderBase Constructor

Initializes a new instance of the SessionStateStoreProviderBase class.

Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)

protected:
SessionStateStoreProviderBase ()
protected SessionStateStoreProviderBase ()
protected function SessionStateStoreProviderBase ()
Not applicable.

You are not required to implement a constructor for a class that inherits the SessionStateStoreProviderBase abstract class. Initialization values for a SessionStateStoreProviderBase implementation are passed to the Initialize method implementation.

For an example of a session-state store provider implementation, see Implementing a Session-State Store Provider.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: