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)
92
UseStatefulReconnect
= options.UseStatefulReconnect,
Microsoft.AspNetCore.SignalR.Client (1)
HubConnectionBuilderHttpExtensions.cs (1)
29
hubConnectionBuilder.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;
464
if (_httpConnectionOptions.
UseStatefulReconnect
)
HttpConnectionFactory.cs (1)
92
UseStatefulReconnect = options.
UseStatefulReconnect
,