7 writes to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
406_httpConnectionOptions.UseStatefulReconnect = transportType == HttpTransportType.WebSockets ? _httpConnectionOptions.UseStatefulReconnect : false;
HttpConnectionFactory.cs (1)
92UseStatefulReconnect = options.UseStatefulReconnect,
Microsoft.AspNetCore.SignalR.Client (1)
HubConnectionBuilderHttpExtensions.cs (1)
29hubConnectionBuilder.Services.Configure<HttpConnectionOptions>(options => options.UseStatefulReconnect = true);
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (4)
HubConnectionTests.cs (4)
2572o.UseStatefulReconnect = true; 2629o.UseStatefulReconnect = true; 2769o.UseStatefulReconnect = true; 2875o.UseStatefulReconnect = true;
4 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (2)
406_httpConnectionOptions.UseStatefulReconnect = transportType == HttpTransportType.WebSockets ? _httpConnectionOptions.UseStatefulReconnect : false; 467if (_httpConnectionOptions.UseStatefulReconnect)
HttpConnectionFactory.cs (1)
92UseStatefulReconnect = options.UseStatefulReconnect,
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionFactoryTests.cs (1)
103{ $"{nameof(HttpConnectionOptions.UseStatefulReconnect)}", true },