In The Hand - .NET Components for Mobility
DownloadData Method (address)
NamespacesInTheHand.NetWebClientDownloadData(String)
Downloads data at the specified URI as a Byte array.
Declaration Syntax
C#Visual Basic
public byte[] DownloadData(
	string address
)
Public Function DownloadData ( _
	address As String _
) As Byte()
Parameters
address (String)
The URI from which to download data.
Return Value
A Byte array containing the downloaded resource.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0