-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.GetDownloadedData
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.cURLSession.GetDownloadedData
Function GetDownloadedData() As String
A string containing the downloaded data from the most recent transfer, if any. If a Writeable
object was passed to the Perform
method then downloaded data is written to the object directly and GetDownloadedData
will return an empty string.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.