Skip to content

libcURL.EasyHandle.Port

Andrew Lambert edited this page Jan 7, 2023 · 10 revisions

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

Clone this wiki locally