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
Parameter | Type | Description |
---|---|---|
address | const String& | The resource’s URI. |
ReturnValue
The string that contains the requested resource.
See Also
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.PUB for C++
WebClient::DownloadString(const SharedPtr<Uri>&) const method
Downloads the specified resource as a string.
String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
Parameter | Type | Description |
---|---|---|
address | const SharedPtr<Uri>& | The resource’s URI. |
ReturnValue
The string that contains the requested resource.
See Also
- Class String
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.PUB for C++