5 references to Connected
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
325
_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.
Connected
);
2071
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
2127
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Disconnected);
2133
_state.ChangeState(HubConnectionState.
Connected
, HubConnectionState.Reconnecting);
2183
_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.
Connected
);