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

Inheritance: IStringDownloader
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Download ( Uri uri ) : string
Download ( Uri uri, ITransferProgress progress ) : string
DownloadAsync ( Uri uri ) : Task
DownloadAsync ( Uri uri, ITransferProgress progress ) : Task
StringDownloader ( IFileDownloader downloader ) : System

Method Details

Download() public method

public Download ( Uri uri ) : string
uri System.Uri
return string

Download() public method

public Download ( Uri uri, ITransferProgress progress ) : string
uri System.Uri
progress ITransferProgress
return string

DownloadAsync() public method

public DownloadAsync ( Uri uri ) : Task
uri System.Uri
return Task

DownloadAsync() public method

public DownloadAsync ( Uri uri, ITransferProgress progress ) : Task
uri System.Uri
progress ITransferProgress
return Task

StringDownloader() public method

public StringDownloader ( IFileDownloader downloader ) : System
downloader IFileDownloader
return System