WebDownload.

WebDownload(Func<IInternalWebClient>) Constructor

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<IInternalWebClient> The function that creates IInternalWebClient instances.

Return Value

Type Description
void