Skip to content

Instantly share code, notes, and snippets.

@jberndsen
Created March 15, 2017 13:39
Show Gist options
  • Save jberndsen/9a4b2b269834c8838ce48821210db99f to your computer and use it in GitHub Desktop.
Save jberndsen/9a4b2b269834c8838ce48821210db99f to your computer and use it in GitHub Desktop.
OWIN pipeline breakpoint
app.Use(async (context, next) =>
{
await next.Invoke();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment