DownloadRequest.

DownloadRequest(string) Constructor

Summary

Creates a new download request.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public DownloadRequest(string uri)

Parameters

Name Type Description
uri string The URI to download from.

Return Value

Type Description
void
GitHub