Click or drag to resize
WebClientDownloadStringAsync Method
Downloads the resource specified as a System.Uri. This method does not block the calling thread.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public void DownloadStringAsync(
	Uri address
)

Parameters

address
Type: SystemUri
A System.Uri containing the URI to download.
See Also