Downloads the specified URI with the specified request header.
- Namespace
- Statiq
.Core - Containing Type
- ReadWeb
Syntax
public ReadWeb(string uri, WebRequestHeaders headers)
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | The URI to download. |
| headers | WebRequestHeaders | The request header to use. |