System::Net::WebClient::DownloadData method
WebClient::DownloadData(const String&) const method
Downloads the specified resource as a byte array.
ByteArrayPtr System::Net::WebClient::DownloadData(const String &address) const
Parameter | Type | Description |
---|---|---|
address | const String& | The resource’s URI. |
ReturnValue
The byte array that contains the requested resource.
See Also
- Typedef ByteArrayPtr
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.PUB for C++
WebClient::DownloadData(const SharedPtr<Uri>&) const method
Downloads the specified resource as a byte array.
ByteArrayPtr System::Net::WebClient::DownloadData(const SharedPtr<Uri> &address) const
Parameter | Type | Description |
---|---|---|
address | const SharedPtr<Uri>& | The resource’s URI. |
ReturnValue
The byte array that contains the requested resource.
See Also
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.PUB for C++