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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

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

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

Download() public static méthode

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

Download() public static méthode

public static Download ( this downloader, string url, IAbsoluteFilePath file ) : void
downloader this
url string
file IAbsoluteFilePath
Résultat void

Download() public static méthode

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

DownloadAsync() public static méthode

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

DownloadAsync() public static méthode

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

DownloadAsync() public static méthode

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

DownloadAsync() public static méthode

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