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

Inheritance: IDataDownloader
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
DataDownloader ( IFileDownloader downloader ) : System
Download ( Uri uri ) : byte[]
Download ( Uri uri, ITransferProgress progress ) : byte[]
DownloadAsync ( Uri uri ) : Task
DownloadAsync ( Uri uri, ITransferProgress progress ) : Task

Method Details

DataDownloader() public méthode

public DataDownloader ( IFileDownloader downloader ) : System
downloader IFileDownloader
Résultat System

Download() public méthode

public Download ( Uri uri ) : byte[]
uri System.Uri
Résultat byte[]

Download() public méthode

public Download ( Uri uri, ITransferProgress progress ) : byte[]
uri System.Uri
progress ITransferProgress
Résultat byte[]

DownloadAsync() public méthode

public DownloadAsync ( Uri uri ) : Task
uri System.Uri
Résultat Task

DownloadAsync() public méthode

public DownloadAsync ( Uri uri, ITransferProgress progress ) : Task
uri System.Uri
progress ITransferProgress
Résultat Task