3 writes to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
403_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);
3 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (2)
403_httpConnectionOptions.UseStatefulReconnect = transportType == HttpTransportType.WebSockets ? _httpConnectionOptions.UseStatefulReconnect : false; 464if (_httpConnectionOptions.UseStatefulReconnect)
HttpConnectionFactory.cs (1)
92UseStatefulReconnect = options.UseStatefulReconnect,