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