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 SessionMiddlewarepublic class SessionMiddlewaretype SessionMiddleware = classPublic 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. |