8 references to ChangeState
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
295_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.Connected); 1757_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1820_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1826_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Reconnecting); 1854_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1876_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Connected); 1891_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1916_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);