Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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