2 writes to NotifyOnReconnect
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
865NotifyOnReconnect = notifyOnReconnect; 870NotifyOnReconnect = async (writer) =>
3 references to NotifyOnReconnect
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (2)
863if (NotifyOnReconnect is null) 869var localOnReconnect = NotifyOnReconnect;
Internal\HttpConnectionDispatcher.cs (1)
452reconnectTask = connection.NotifyOnReconnect?.Invoke(connection.Transport.Output) ?? Task.CompletedTask;