5 references to Connected
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
303
_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.
Connected
);
1935
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
1998
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
2004
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Reconnecting);
2054
_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.
Connected
);