8 references to ChangeState
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
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); 2032_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2054_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Connected); 2069_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2094_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);