Skip to content

libcURL.cURLSession.GetDownloadedData

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

libcURL.cURLSession.GetDownloadedData

Method Signature

 Function GetDownloadedData() As String

Return value

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.

Clone this wiki locally