Get the current HTTP proxy port from a network interface details structure.
#include <bps/netstatus.h>
BPS_API int netstatus_interface_get_http_proxy_port(netstatus_interface_details_t *details)
BlackBerry 10.2.0
The netstatus_interface_details_t structure to get the HTTP proxy port information from.
The netstatus_interface_get_http_proxy_port() function gets the current HTTP proxy port from the specified netstatus_interface_details_t structure.
The HTTP proxy port, or 0 if there is no HTTP proxy port.