HttpClientConnection100Class.DownloadData Method

Definition

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

public:
 virtual cli::array <System::Byte> ^ DownloadData() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100::DownloadData;
[System.Runtime.InteropServices.DispId(22)]
public virtual byte[] DownloadData ();
[<System.Runtime.InteropServices.DispId(22)>]
abstract member DownloadData : unit -> byte[]
override this.DownloadData : unit -> byte[]
Public Overridable Function DownloadData () As Byte()

Returns

Byte[]

A byte array that contains the downloaded data.

Implements

Attributes

Applies to