8 references to ChangeState
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
289_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.Connected); 1751_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1814_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1820_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Reconnecting); 1848_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1870_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Connected); 1885_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1910_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);