Downloads data from provided URI.

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

Syntax

Visual Basic
Public Function DownloadData ( _
	uri As String _
) As Byte()
C#
public byte[] DownloadData(
	string uri
)

Parameters

uri
Type: System..::..String
URI to retrieve data from.

Return Value

Byte array that contains data retrieved from provided URI.

Remarks

HTTP method GET is used to retrieve the data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also