Download sealed class Download : IDownload, ICancellable<IResponse>, ICancellable Represents a download in progress. Documentation Code public bool IsCompleted { get; } public bool IsRunning { get; } public object Source { get; } public Url Target { get; } public Task<IResponse> Task { get; } public Download(Task<IResponse> task, CancellationTokenSource cts, Url target, object source) public void Cancel()