MediaList sealed class MediaList : CssNode, IMediaList, ICssNode, IStyleFormattable, IEnumerable<ICssMedium>, IEnumerable Represents a list of media elements. Documentation Code using AngleSharp.Dom; using System.Threading.Tasks; using AngleSharp.Dom; using System.Threading.Tasks; namespace AngleSharp.Network { public interface IDownload { bool IsCompleted { get; } bool IsRunning { get; } INode Originator { get; } Task<IResponse> Task { get; } void Cancel(); } }