HttpClientConnection.DownloadData Method

Definition

Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.

public:
 cli::array <System::Byte> ^ DownloadData();
public byte[] DownloadData ();
member this.DownloadData : unit -> byte[]
Public Function DownloadData () As Byte()

Returns

Byte[]

A byte array that contains the downloaded data.

Applies to