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.
1979
var reconnected =
Reconnected
;
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
HubConnectionTests.cs (3)
2164
connection.
Reconnected
+= connectionId =>
2224
connection.
Reconnected
+= connectionId =>
2290
connection.
Reconnected
+= connectionId =>
Microsoft.AspNetCore.SignalR.Client.Tests (11)
HubConnectionTests.Reconnect.cs (11)
138
hubConnection.
Reconnected
+= connectionId =>
238
hubConnection.
Reconnected
+= connectionId =>
333
hubConnection.
Reconnected
+= connectionId =>
414
hubConnection.
Reconnected
+= connectionId =>
512
hubConnection.
Reconnected
+= connectionId =>
647
hubConnection.
Reconnected
+= connectionId =>
702
hubConnection.
Reconnected
+= connectionId =>
775
hubConnection.
Reconnected
+= connectionId =>
882
hubConnection.
Reconnected
+= connectionId =>
1007
hubConnection.
Reconnected
+= connectionId =>
1085
hubConnection.
Reconnected
+= connectionId =>