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