2 implementations of OnReconnected
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
1103
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)
2464
feature.
OnReconnected
(_messageBuffer.ResendAsync);
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
714
feature.
OnReconnected
(_messageBuffer.ResendAsync);