DownloadRequest.

DownloadRequest(Uri) Constructor

Summary

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

Syntax

public DownloadRequest(Uri uri)

Parameters

Name Type Description
uri Uri The URI to download from.

Return Value

Type Description
void
GitHub