Table of Contents

Class InputDownload

Namespace
SunamoThreading.Downloading
Assembly
SunamoThreading.dll

Contains a URI to download. Each URI has a unique identification number.

public class InputDownload : IInputDownload, IUri
Inheritance
InputDownload
Implements
Inherited Members
Extension Methods

Constructors

InputDownload(string, int)

Contains a URI to download. Each URI has a unique identification number.

public InputDownload(string uri, int id)

Parameters

uri string

The URI to download.

id int

The unique identification number for this download.

Properties

ID

Gets or sets the unique identification number for this download.

public int ID { get; set; }

Property Value

int

Uri

Gets or sets the URI to download.

public string Uri { get; set; }

Property Value

string