16 references to Reconnected
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
146/// The following example attaches a handler to the <see cref="Reconnected"/> event, and checks the provided argument to log the ConnectionId. 1979var reconnected = Reconnected;
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
HubConnectionTests.cs (3)
2164connection.Reconnected += connectionId => 2224connection.Reconnected += connectionId => 2290connection.Reconnected += connectionId =>
Microsoft.AspNetCore.SignalR.Client.Tests (11)
HubConnectionTests.Reconnect.cs (11)
138hubConnection.Reconnected += connectionId => 238hubConnection.Reconnected += connectionId => 333hubConnection.Reconnected += connectionId => 414hubConnection.Reconnected += connectionId => 512hubConnection.Reconnected += connectionId => 647hubConnection.Reconnected += connectionId => 702hubConnection.Reconnected += connectionId => 775hubConnection.Reconnected += connectionId => 882hubConnection.Reconnected += connectionId => 1007hubConnection.Reconnected += connectionId => 1085hubConnection.Reconnected += connectionId =>