Skip to content

libcURL.EasyHandle.InitRequestCallback

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

libcURL.EasyHandle.InitRequestCallback

Callback Method Signature

 Private Shared Function InitRequestCallback(UserData As Integer, PrimaryIP As Ptr, LocalIP As Ptr, PrimaryPort As Int32, LocalPort As Int32) As Integer

Remarks

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.curlInitRequest

See also

Clone this wiki locally