OwinMiddleware Constructor (OwinMiddleware)
Instantiates the middleware with an optional pointer to the next component.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
protected OwinMiddleware(
OwinMiddleware next
)
protected:
OwinMiddleware(
OwinMiddleware^ next
)
new :
next:OwinMiddleware -> OwinMiddleware
Protected Sub New (
next As OwinMiddleware
)
Parameters
- next
Type: Microsoft.Owin.OwinMiddleware
See Also
OwinMiddleware Class
Microsoft.Owin Namespace
Return to top