-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.DownloadStream
Andrew Lambert edited this page Sep 17, 2015
·
11 revisions
#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 all received data to be silently discarded.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.