3 references to ClientReconnectExpected
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (1)
732else if (!ClientReconnectExpected())
Internal\HttpConnectionDispatcher.cs (2)
538|| !connection.ClientReconnectExpected()) 865if (!options.EnableAuthenticationRefresh && connection.ClientReconnectExpected() && await RejectIfUserChangedAsync(connection, context))