System::Net::WebClient::DownloadData méthode
Contenu
[
Cacher
]WebClient::DownloadData(const SharedPtr<Uri>&) const method
Télécharge la ressource spécifiée sous forme de tableau d’octets.
ByteArrayPtr System::Net::WebClient::DownloadData(const SharedPtr<Uri> &address) const
| Paramètre | Type | Description |
|---|---|---|
| adresse | const SharedPtr<Uri>& | L’URI de la ressource. |
ReturnValue
Le tableau d’octets qui contient la ressource demandée.
Voir aussi
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++
WebClient::DownloadData(const String&) const method
Télécharge la ressource spécifiée sous forme de tableau d’octets.
ByteArrayPtr System::Net::WebClient::DownloadData(const String &address) const
| Paramètre | Type | Description |
|---|---|---|
| adresse | const String& | L’URI de la ressource. |
ReturnValue
Le tableau d’octets qui contient la ressource demandée.
Voir aussi
- Typedef ByteArrayPtr
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++