2 writes to NotifyOnReconnect
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
738NotifyOnReconnect = notifyOnReconnect; 743NotifyOnReconnect = async (writer) =>
3 references to NotifyOnReconnect
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (2)
736if (NotifyOnReconnect is null) 742var localOnReconnect = NotifyOnReconnect;
Internal\HttpConnectionDispatcher.cs (1)
228reconnectTask = connection.NotifyOnReconnect?.Invoke(connection.Transport.Output) ?? Task.CompletedTask;