2 implementations of OnReconnected
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
860public void OnReconnected(Func<PipeWriter, Task> notifyOnReconnect)
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
56public void OnReconnected(Func<PipeWriter, Task> notifyOnReconnect)
2 references to OnReconnected
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2349feature.OnReconnected(_messageBuffer.ResendAsync);
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
710feature.OnReconnected(_messageBuffer.ResendAsync);