3 references to RejectIfUserChangedAsync
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
715
if (await
RejectIfUserChangedAsync
(connection, context))
813
if (await
RejectIfUserChangedAsync
(connection, context))
865
if (!options.EnableAuthenticationRefresh && connection.ClientReconnectExpected() && await
RejectIfUserChangedAsync
(connection, context))