libcURL.cURLSession.GetDownloadedData - charonn0/RB-libcURL GitHub Wiki

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.