CurlDownloadRunner.

DownloadFile(Uri, CurlDownloadSettings) Method

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