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)
200
if (connection.TransportType != HttpTransportType.WebSockets || connection.
UseStatefulReconnect
)
226
if (connection.
UseStatefulReconnect
&& isReconnect)