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()
public:
void SkipToNextMiddleware()
member SkipToNextMiddleware : unit -> unit
Public Sub SkipToNextMiddleware

See Also

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

Return to top