OwinMiddleware(OwinMiddleware) Constructor

Definition

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

Applies to