BaseNotification<TOptions>.SkipToNextMiddleware Method ()

 

Discontinue processing the request in the current middleware and pass control to the next one.

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public void SkipToNextMiddleware()

See Also

BaseNotification<TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top