-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.HeaderCallback
Andrew Lambert edited this page Jan 5, 2023
·
10 revisions
libcURL.EasyHandle.HeaderCallback
Private Shared Function HeaderCallback(char As Ptr, size As Integer, nmemb As Integer, UserData As Integer) As Integer
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.curlHeader
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.