CURLINFO_PRIMARY_PORT - get the latest destination port number
#include <curl/curl.h>
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRIMARY_PORT, long *portp);
Pass a pointer to a long to receive the destination port of the most recent connection done with this curl handle.
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
curl_easy_getinfo (3), curl_easy_setopt (3)
This HTML page was made with roffit.