WebDelete.

WebDelete(Func<IInternalWebClient>) Constructor

Summary

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

Syntax

public WebDelete(Func<IInternalWebClient> builder)

Parameters

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

Return Value

Type Description
void