Skip to content

libcURL.EasyHandle.InitCallbacks

Andrew Lambert edited this page Nov 26, 2022 · 11 revisions

libcURL.EasyHandle.InitCallbacks

Method Signature

 Protected Sub InitCallbacks()

Remarks

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.

See also

Clone this wiki locally