This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Curl.
Summary
Downloads the files from the specified remote URLs.
- Assembly
- Cake
.Curl .dll - Namespace
- Cake
.Curl - Containing Type
- CurlDownloadRunner
Syntax
public void DownloadFiles(IEnumerable<Uri> hosts, CurlDownloadSettings settings)
Parameters
Name | Type | Description |
---|---|---|
hosts | IEnumerable |
The URLs of the files to download. |
settings | CurlDownloadSettings | The settings. |
Return Value
Type | Description |
---|---|
void |