12 references to Connected
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
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); 1870_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Connected);
Microsoft.AspNetCore.SignalR.Client.Tests (7)
HubConnectionTests.ConnectionLifecycle.cs (7)
47Assert.Equal(HubConnectionState.Connected, connection.State); 97Assert.Equal(HubConnectionState.Connected, connection.State); 104Assert.Equal(HubConnectionState.Connected, connection.State); 259Assert.Equal(HubConnectionState.Connected, connection.State); 281Assert.Equal(HubConnectionState.Connected, connection.State); 326Assert.Equal(HubConnectionState.Connected, connection.State); 353Assert.Equal(HubConnectionState.Connected, connection.State);