Unosquare
    Show / Hide Table of Contents

    Namespace EmbedIO.Sessions

    Classes

    LocalSessionManager

    A simple session manager to handle in-memory sessions.

    Not for intensive use or for distributed applications.

    Session

    Provides useful constants related to session management.

    SessionExtensions

    Provides extension methods for types implementing ISession.

    SessionProxy

    Provides the same interface as a session object, plus a basic interface to a session manager.

    Interfaces

    ISession

    Represents a session.

    ISessionManager

    Represents a session manager, which is in charge of managing session objects and their association to HTTP contexts.

    ISessionProxy

    Represents a session proxy, i.e. an object that provides the same interface as a session object, plus a basic interface to a session manager.

    Comments

    Back to top Copyright © 2017-2019 Unosquare