Skip to content

libcURL.EasyHandle.ReadCallback

Andrew Lambert edited this page Jun 7, 2015 · 10 revisions

#libcURL.EasyHandle.ReadCallback

##Callback Method Signature

 Private Shared Function ReadCallback(char As Ptr, size As Integer, nmemb As Integer, UserData As Integer) As Integer

##Notes Do not call this method.

Called by libcURL. UserData is a key into EasyHandle.Instances, which contains weak references to instances of EasyHandle. This callback locates the specific instance in EasyHandle.Instances and calls EasyHandle._curlRead

##See also

Clone this wiki locally