5 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
682if (UseStatefulReconnect && TransportType == HttpTransportType.WebSockets) 881return UseStatefulReconnect == true || TransportType == HttpTransportType.LongPolling;
Internal\HttpConnectionDispatcher.cs (3)
423if (connection.TransportType != HttpTransportType.WebSockets || connection.UseStatefulReconnect) 449if (connection.UseStatefulReconnect && isReconnect) 876&& connection.UseStatefulReconnect