Summary
Downloads the resource with the specified URI to a local file.
- Namespace
- NBuildKit
.MsBuild .Tasks .Web - Containing Type
- IInternalWebClient
Syntax
void DownloadFile(Uri address, string fileName)
Parameters
| Name | Type | Description |
|---|---|---|
| address | Uri | The URI from which to download data. |
| fileName | string | The name of the local file that is to receive the data. |
Return Value
| Type | Description |
|---|---|
| void |