Downloads a resource from provided URI as a string.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Function DownloadString ( _
	uri As Uri _
) As String
C#
public string DownloadString(
	Uri uri
)

Parameters

uri
Type: System..::..Uri
Uri to retrieve resource from.

Return Value

String containing a resource.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also