5 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
925if (UseStatefulReconnect && TransportType == HttpTransportType.WebSockets) 1124return UseStatefulReconnect == true || TransportType == HttpTransportType.LongPolling;
Internal\HttpConnectionDispatcher.cs (3)
349if (connection.TransportType != HttpTransportType.WebSockets || connection.UseStatefulReconnect) 375if (connection.UseStatefulReconnect && isReconnect) 780&& connection.UseStatefulReconnect