4 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
555if (UseStatefulReconnect && TransportType == HttpTransportType.WebSockets) 754return UseStatefulReconnect == true || TransportType == HttpTransportType.LongPolling;
Internal\HttpConnectionDispatcher.cs (2)
199if (connection.TransportType != HttpTransportType.WebSockets || connection.UseStatefulReconnect) 225if (connection.UseStatefulReconnect && isReconnect)