CurlDownloadRunner.

DownloadFiles(IEnumerable<Uri>, CurlDownloadSettings) Method

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<Uri> The URLs of the files to download.
settings CurlDownloadSettings The settings.

Return Value

Type Description
void