Click or drag to resize
WebClientDownloadStringTaskAsync Method (Uri)
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public Task<string> DownloadStringTaskAsync(
	Uri address
)

Parameters

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

Return Value

Type: TaskString
Returns the resource as TaskTResult.
See Also