HttpClientConnection.DownloadData メソッド

定義

ServerURLプロパティで指定されたリソースからダウンロードされたデータを含むバイト配列を返します。

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

返品

Byte[]

ダウンロードしたデータを含むバイトアレイです。

適用対象