Download.

Download(string[]) Constructor

Summary

Downloads the specified URIs with a default request header.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
Download

Syntax

public Download(params string[] uris)

Parameters

Name Type Description
uris string[] The URIs to download.

Return Value

Type Description
void
GitHub