C# Class SDownload.Framework.Streams.BaseStream.DownloadItem

Represents an item that needs to be downloaded
Show file Open project: brkastner/SDownload

Public Properties

Property Type Description
AbsolutePath String
Uri System.Uri

Public Methods

Method Description
DownloadItem ( Uri uri, String absolutePath ) : System

Creates an object to be downloaded

Method Details

DownloadItem() public method

Creates an object to be downloaded
public DownloadItem ( Uri uri, String absolutePath ) : System
uri System.Uri URI of the remote stream
absolutePath String Absolute path where it should be saved
return System

Property Details

AbsolutePath public property

The absolute local path where it should be saved
public String AbsolutePath
return String

Uri public property

The URI of the remote stream
public Uri,System Uri
return System.Uri