SessionMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the session state for the application.
public ref class SessionMiddleware
public class SessionMiddleware
type SessionMiddleware = class
Public Class SessionMiddleware
- Inheritance
-
SessionMiddleware
Constructors
SessionMiddleware(RequestDelegate, ILoggerFactory, IDataProtectionProvider, ISessionStore, IOptions<SessionOptions>) |
Creates a new SessionMiddleware. |
Methods
Invoke(HttpContext) |
Invokes the logic of the middleware. |