React to OnSendingHeaders rename.

This commit is contained in:
Chris R 2015-06-12 15:53:07 -07:00
parent 5947b07873
commit ab3cc8bcc7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace Microsoft.AspNet.Authentication
RegisterAuthenticationHandler();
Response.OnSendingHeaders(OnSendingHeaderCallback, this);
Response.OnResponseStarting(OnSendingHeaderCallback, this);
await InitializeCoreAsync();