8 references to ChangeState
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
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); 2161_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2183_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Connected); 2198_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2223_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);