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

Represents an item that needs to be downloaded
ファイルを表示 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_oe property

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

Uri public_oe property

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