IDownload public interface IDownload : ICancellable<IResponse>, ICancellable Basic contract for a currently active download. Documentation Code INode Originator { get; } Gets the originator of the download, if any. Url Target { get; } Gets the target of the download.