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