1 instantiation of ReconnectingConnectionState
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
238
_state = new
ReconnectingConnectionState
(_logger);
1 reference to ReconnectingConnectionState
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
88
private readonly
ReconnectingConnectionState
_state;