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