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

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

Méthodes publiques

Méthode 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 méthode

public Download ( Uri uri ) : string
uri System.Uri
Résultat string

Download() public méthode

public Download ( Uri uri, ITransferProgress progress ) : string
uri System.Uri
progress ITransferProgress
Résultat string

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

StringDownloader() public méthode

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