React to OnSendingHeaders rename.
This commit is contained in:
parent
5947b07873
commit
ab3cc8bcc7
|
|
@ -76,7 +76,7 @@ namespace Microsoft.AspNet.Authentication
|
||||||
|
|
||||||
RegisterAuthenticationHandler();
|
RegisterAuthenticationHandler();
|
||||||
|
|
||||||
Response.OnSendingHeaders(OnSendingHeaderCallback, this);
|
Response.OnResponseStarting(OnSendingHeaderCallback, this);
|
||||||
|
|
||||||
await InitializeCoreAsync();
|
await InitializeCoreAsync();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue