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
Properties
ID
Gets or sets the unique identification number for this download.
public int ID { get; set; }
Property Value
Uri
Gets or sets the URI to download.
public string Uri { get; set; }