다음을 통해 공유


HttpClientConnection.DownloadData 메서드

정의

ServerURL 속성에 지정된 리소스에서 다운로드한 데이터를 포함하는 바이트 배열을 반환합니다.

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

반환

Byte[]

다운로드한 데이터가 포함된 바이트 배열입니다.

적용 대상