-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.InitCallbacks
Andrew Lambert edited this page Nov 26, 2022
·
11 revisions
libcURL.EasyHandle.InitCallbacks
Protected Sub InitCallbacks()
Sets up default callback methods for the EasyHandle. If a subclass overrides this method then the override method will be called automatically from EasyHandle.Constructor
. Therefore, override methods MUST call Super.InitCallbacks
to properly initialize all callbacks.
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.