System::Net::WebClient::DownloadString method

WebClient::DownloadString(const String&) const method

Downloads the specified resource as a string.

String System::Net::WebClient::DownloadString(const String &address) const
ParameterTypeDescription
addressconst String&The resource’s URI.

ReturnValue

The string that contains the requested resource.

See Also

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

Downloads the specified resource as a string.

String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
ParameterTypeDescription
addressconst SharedPtr<Uri>&The resource’s URI.

ReturnValue

The string that contains the requested resource.

See Also