Click or drag to resize

BenchTasksDownloadStringAsync Method

Downloads a string via HTTP(S) asynchronously.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static void DownloadStringAsync(
	BenchConfiguration config,
	Uri url,
	StringDownloadResultHandler resultHandler
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
url
Type: SystemUri
The URL of the HTTP resource.
resultHandler
Type: Mastersign.BenchStringDownloadResultHandler
The handler to process the download result.
See Also