IDTSHttpClientConnection100.DownloadData メソッド

定義

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

public:
 cli::array <System::Byte> ^ DownloadData();
[System.Runtime.InteropServices.DispId(22)]
public byte[] DownloadData ();
[<System.Runtime.InteropServices.DispId(22)>]
abstract member DownloadData : unit -> byte[]
Public Function DownloadData () As Byte()

戻り値

Byte[]

ダウンロードされたデータを含むバイト配列です。

属性

注釈

詳細については、「HttpClientConnection100Class」を参照してください。

適用対象