Interface IDownload
- Namespace
- AngleSharp.Io
- Assembly
- AngleSharp.dll
Basic contract for a currently active download.
public interface IDownload : ICancellable<IResponse>, ICancellable
- Inherited Members
- Extension Methods
Properties
Source
Gets the originator of the download, if any.
object? Source { get; }
Property Value
Target
Gets the target of the download.
Url Target { get; }