5 references to Connected
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
295
_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.
Connected
);
1761
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
1824
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
1830
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Reconnecting);
1880
_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.
Connected
);