System::Net::WebClient::DownloadData Methode
WebClient::DownloadData(const SharedPtr<Uri>&) const method
Lädt die angegebene Ressource als Byte‑Array herunter.
ByteArrayPtr System::Net::WebClient::DownloadData(const SharedPtr<Uri> &address) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| address | const SharedPtr<Uri>& | Der URI der Ressource. |
ReturnValue
Das Byte-Array, das die angeforderte Ressource enthält.
Siehe auch
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++
WebClient::DownloadData(const String&) const method
Lädt die angegebene Ressource als Byte‑Array herunter.
ByteArrayPtr System::Net::WebClient::DownloadData(const String &address) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| address | const String& | Der URI der Ressource. |
ReturnValue
Das Byte-Array, das die angeforderte Ressource enthält.
Siehe auch
- Typedef ByteArrayPtr
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++