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++