Click or drag to resize

BenchTasksDownloadString Method

Downloads a string via HTTP(S).

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static string DownloadString(
	BenchConfiguration config,
	Uri url
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
url
Type: SystemUri
The URL of the HTTP resource.

Return Value

Type: String
The resources content or null if the download failed.
See Also