Table of Contents

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

object

Target

Gets the target of the download.

Url Target { get; }

Property Value

Url