System::Net::WebClient::DownloadData 메서드
WebClient::DownloadData(const SharedPtr<Uri>&) const method
지정된 리소스를 바이트 배열로 다운로드합니다.
ByteArrayPtr System::Net::WebClient::DownloadData(const SharedPtr<Uri> &address) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 주소 | const SharedPtr<Uri>& | 리소스의 URI. |
ReturnValue
요청된 리소스를 포함하는 바이트 배열입니다.
또 보기
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++
WebClient::DownloadData(const String&) const method
지정된 리소스를 바이트 배열로 다운로드합니다.
ByteArrayPtr System::Net::WebClient::DownloadData(const String &address) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 주소 | const String& | 리소스의 URI. |
ReturnValue
요청된 리소스를 포함하는 바이트 배열입니다.
또 보기
- Typedef ByteArrayPtr
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++