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(string uri, RequestHeaders headers)
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | The URI to download. |
| headers | RequestHeaders | The request header to use. |
Return Value
| Type | Description |
|---|---|
| void |
