Download.

WithUris(string[]) Method

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 WithUris(params string[] uris)

Parameters

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

Return Value

Type Description
Download The current module instance.
GitHub