Created
March 15, 2017 13:39
-
-
Save jberndsen/9a4b2b269834c8838ce48821210db99f to your computer and use it in GitHub Desktop.
OWIN pipeline breakpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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