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