Interface ILoader
- Namespace
- AngleSharp.Io
- Assembly
- AngleSharp.dll
Represents the basic interface for all loaders.
public interface ILoader
- Extension Methods
Methods
GetDownloads()
Gets the currently active downloads.
IEnumerable<IDownload> GetDownloads()
Returns
- IEnumerable<IDownload>
The downloads in progress.