méthode System::Net::WebClient::DownloadString

WebClient::DownloadString(const SharedPtr<Uri>&) const method

Télécharge la ressource spécifiée sous forme de chaîne.

String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
ParamètreTypeDescription
adresseconst SharedPtr<Uri>&L’URI de la ressource.

ReturnValue

La chaîne qui contient la ressource demandée.

Voir aussi

WebClient::DownloadString(const String&) const method

Télécharge la ressource spécifiée sous forme de chaîne.

String System::Net::WebClient::DownloadString(const String &address) const
ParamètreTypeDescription
adresseconst String&L’URI de la ressource.

ReturnValue

La chaîne qui contient la ressource demandée.

Voir aussi