-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.RequestInitiated
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.EasyHandle.RequestInitiated
Event Function RequestInitiated(RemoteIP As String, LocalIP As String, RemotePort As Integer, LocalPort As Integer) As Boolean
Name | Type | Comment |
---|---|---|
RemoteIP | String | The IP address of the remote host. |
LocalIP | String | The IP address of the local network adapter being used. |
RemotePort | Integer | The port number on the remote host. |
LocalPort | Integer | The port number on the local network interface being used. |
Return True
to cancel the request.
This event handles the PREREQFUNCTION callback. It is raised after the connection is established but before libcurl begins sending the request. If the request results in one or more redirects then this event is raised for each redirect as well.
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.