Summary
Initializes a new instance of the
WebDownload
class.
- Namespace
- NBuildKit
.MsBuild .Tasks .Web - Containing Type
- WebDownload
Syntax
public WebDownload(Func<IInternalWebClient> builder)
Parameters
Name | Type | Description |
---|---|---|
builder | Func |
The function that creates IInternalWebClient instances. |
Return Value
Type | Description |
---|---|
void |