IDTSHttpClientConnection100.DownloadData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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();
[System.Runtime.InteropServices.DispId(22)]
public byte[] DownloadData ();
[<System.Runtime.InteropServices.DispId(22)>]
abstract member DownloadData : unit -> byte[]
Public Function DownloadData () As Byte()
Returns
Byte[]
A byte array that contains the downloaded data.
- Attributes
Remarks
For more information, see HttpClientConnection100Class.