Share via


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를 참조하세요.

적용 대상