Skip to content

libcURL.EasyHandle.InitCallbacks

Andrew Lambert edited this page Jun 18, 2021 · 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. Override methods therefore MUST call Super.InitCallbacks to properly initialize all callbacks.

See also

Clone this wiki locally