-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Port
Andrew Lambert edited this page Jan 7, 2023
·
10 revisions
libcURL.EasyHandle.Port
Dim Port As Integer
Prior to a transfer, you may set this value to the remote port to connect to. If the port is not specified libcURL will select the default port for the inferred protocol (e.g. HTTP=80; HTTPS=443). Once connected, you may get this value to read the actual remote port number that is connected to.
- CURLOPT_PORT in the libcURL documentation.
- CURLINFO_PRIMARY_PORT in the libcURL documentation.
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.