C# Класс withSIX.Sync.Core.Transfer.FileDownloaderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Download() публичный статический Метод

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
Результат void

Download() публичный статический Метод

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
Результат void

Download() публичный статический Метод

public static Download ( this downloader, string url, IAbsoluteFilePath file ) : void
downloader this
url string
file IAbsoluteFilePath
Результат void

Download() публичный статический Метод

public static Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
Результат void

DownloadAsync() публичный статический Метод

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
Результат System.Threading.Tasks.Task

DownloadAsync() публичный статический Метод

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
Результат System.Threading.Tasks.Task

DownloadAsync() публичный статический Метод

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
Результат System.Threading.Tasks.Task

DownloadAsync() публичный статический Метод

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
Результат System.Threading.Tasks.Task