HttpClientConnection.DownloadData 方法

定義

傳回位元組陣列,其中包含下載自 ServerURL 屬性中所指定之資源的資料。

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

傳回

Byte[]

包含下載資料的位元組陣列。

適用於