Downloads data at the specified URI as a
Byte array.

Declaration Syntax
public byte[] DownloadData(
Uri address
)
Public Function DownloadData ( _
address As Uri _
) As Byte()

Parameters
- address (Uri)
- 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