C# Class withSIX.Sync.Core.Transfer.FileDownloaderExtensions

Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Download ( this downloader, Uri uri, IAbsoluteFilePath file ) : void
Download ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
Download ( this downloader, string url, IAbsoluteFilePath file ) : void
Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task

Method Details

Download() public static method

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
return void

Download() public static method

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
return void

Download() public static method

public static Download ( this downloader, string url, IAbsoluteFilePath file ) : void
downloader this
url string
file IAbsoluteFilePath
return void

Download() public static method

public static Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
return void

DownloadAsync() public static method

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
return System.Threading.Tasks.Task

DownloadAsync() public static method

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
return System.Threading.Tasks.Task

DownloadAsync() public static method

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
return System.Threading.Tasks.Task

DownloadAsync() public static method

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
return System.Threading.Tasks.Task