| 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
)
Public Shared Function DownloadString (
config As BenchConfiguration,
url As Uri
) As String
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration. - url
- Type: SystemUri
The URL of the HTTP resource.
Return Value
Type:
StringThe resources content or
null if the download failed.
See Also