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