Guest User

Untitled

a guest
Mar 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. app.Use(async (ctx, next) =>
  2. {
  3. ctx.Response.OnCompleted(c =>
  4. {
  5. return Task.CompletedTask;
  6. },null);
Add Comment
Please, Sign In to add comment