Get the proxy details.
#include <bps/netstatus.h>
BPS_API int netstatus_get_proxy_details(netstatus_proxy_details_t *details)
BlackBerry 10.0.0
This will be populated with the proxy details. The caller must call netstatus_free_proxy_details() when done with this structure.
The netstatus_get_proxy_details() function gets the proxy details of the network connection.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.