Click or drag to resize

BenchTasksInitializeDownloader Method

Creates a new instance of Downloader properly configured, according to the given Bench configuration.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static Downloader InitializeDownloader(
	BenchConfiguration config
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.

Return Value

Type: Downloader
The created downloader instance.
See Also