libcURL.EasyHandle.InitCallbacks - charonn0/RB-libcURL GitHub Wiki

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