Download.

WithRequests(DownloadRequest[]) Method

Summary

Downloads the specified requests.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
Download

Syntax

public Download WithRequests(params DownloadRequest[] requests)

Parameters

Name Type Description
requests DownloadRequest[] The requests to download.

Return Value

Type Description
Download The current module instance.
GitHub