DownloadString()
WebClient::DownloadString(const String&) const method
Downloads the specified resource as a string.
String System::Net::WebClient::DownloadString(const String &address) const
Arguments
| Parameter | Type | Description |
|---|---|---|
| address | const String& | The resource’s URI. |
Return Value
The string that contains the requested resource.
WebClient::DownloadString(const SharedPtr<Uri>&) const method
Downloads the specified resource as a string.
String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
Arguments
| Parameter | Type | Description |
|---|---|---|
| address | const SharedPtr<Uri>& | The resource’s URI. |
Return Value
The string that contains the requested resource.
See Also
- Typedef SharedPtr
- Class String
- Class WebClient
- Class Uri
- Namespace System::Net
- Library Aspose.Slides