Download.

WithUri(string, RequestHeaders) Method

Summary

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

Syntax

public Download WithUri(string uri, RequestHeaders headers = null)

Parameters

Name Type Description
uri string The URI to download.
headers RequestHeaders The request header to use.

Return Value

Type Description
Download The current module instance.
GitHub