WebUpload.

WebUpload(Func<IInternalWebClient>) Constructor

Summary

Initializes a new instance of the WebUpload class.
Namespace
NBuildKit.MsBuild.Tasks.Web
Containing Type
WebUpload

Syntax

public WebUpload(Func<IInternalWebClient> builder)

Parameters

Name Type Description
builder Func<IInternalWebClient> The function that creates IInternalWebClient instances.

Return Value

Type Description
void