libcURL.EasyHandle.DownloadStream - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.DownloadStream
Property Declaration
Dim DownloadStream As Writeable
Remarks
Sets a Writeable object to which all downloaded data will be written. If this property is set (i.e. not Nil) then the DataAvailable event will not be raised.
You must explicitly set this property to Nil after closing the stream. Failing to do so will cause any subsequently received data to be silently discarded.