OwinMiddleware(OwinMiddleware) Constructor
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.
Instantiates the middleware with an optional pointer to the next component.
protected OwinMiddleware (Microsoft.Owin.OwinMiddleware next);
new Microsoft.Owin.OwinMiddleware : Microsoft.Owin.OwinMiddleware -> Microsoft.Owin.OwinMiddleware
Protected Sub New (next As OwinMiddleware)
Parameters
- next
- OwinMiddleware