Method | Description | |
---|---|---|
Download ( this downloader, |
||
Download ( this downloader, |
||
Download ( this downloader, string url, IAbsoluteFilePath file ) : void | ||
Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void | ||
DownloadAsync ( this downloader, |
||
DownloadAsync ( this downloader, |
||
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task | ||
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task |
public static Download ( this downloader, |
||
downloader | this | |
uri | ||
file | IAbsoluteFilePath | |
return | void |
public static Download ( this downloader, |
||
downloader | this | |
uri | ||
file | IAbsoluteFilePath | |
transferProgress | ITransferProgress | |
return | void |
public static Download ( this downloader, string url, IAbsoluteFilePath file ) : void | ||
downloader | this | |
url | string | |
file | IAbsoluteFilePath | |
return | void |
public static Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void | ||
downloader | this | |
url | string | |
file | IAbsoluteFilePath | |
transferProgress | ITransferProgress | |
return | void |
public static DownloadAsync ( this downloader, |
||
downloader | this | |
uri | ||
file | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static DownloadAsync ( this downloader, |
||
downloader | this | |
uri | ||
file | IAbsoluteFilePath | |
transferProgress | ITransferProgress | |
return | System.Threading.Tasks.Task |
public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task | ||
downloader | this | |
url | string | |
file | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task | ||
downloader | this | |
url | string | |
file | IAbsoluteFilePath | |
transferProgress | ITransferProgress | |
return | System.Threading.Tasks.Task |