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.Font 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.Font for C++