OwinMiddleware 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.
An abstract base class for a standard middleware pattern.
public abstract class OwinMiddleware
type OwinMiddleware = class
Public MustInherit Class OwinMiddleware
- Inheritance
-
OwinMiddleware
Constructors
OwinMiddleware(OwinMiddleware) |
Instantiates the middleware with an optional pointer to the next component. |
Properties
Next |
The optional next component. |
Methods
Invoke(IOwinContext) |
Process an individual request. |