| 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
)
Public Shared Sub DownloadStringAsync (
config As BenchConfiguration,
url As Uri,
resultHandler As StringDownloadResultHandler
)
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