-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.UseProgressEvent
Andrew Lambert edited this page Jun 11, 2016
·
9 revisions
#libcURL.EasyHandle.UseProgressEvent
##Property Declaration
Dim UseProgressEvent As Boolean
##Remarks
Gets and sets whether libcURL will raise the Progress event. The Progress event might be called very frequently, so if you aren't handling it then you may see a performance boost by disabling the event entirely. This can be toggled on and off at any time. The default is True
.
##See also
- CURLOPT_NOPROGRESS in the libcURL documentation.
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.