libcURL.EasyHandle.Port - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.Port
Property Declaration
Dim Port As Integer
Remarks
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.
See also
- CURLOPT_PORT in the libcURL documentation.
- CURLINFO_PRIMARY_PORT in the libcURL documentation.