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 file from the specified remote URL.
- Assembly
- Cake
.Curl .dll - Namespace
- Cake
.Curl - Containing Type
- CurlDownloadRunner
Syntax
public void DownloadFile(Uri host, CurlDownloadSettings settings)
Parameters
Name | Type | Description |
---|---|---|
host | Uri | The URL of the file to download. |
settings | CurlDownloadSettings | The settings. |
Return Value
Type | Description |
---|---|
void |