This function has been deprecated.
#include <bps/netstatus.h>
BPS_API const char* netstatus_event_get_https_proxy_host(bps_event_t *event) BPS_DEPRECATED
BlackBerry 10.2.0
The NETSTATUS_INFO event to get the HTTPS proxy host information from.
Deprecated:
This function has been deprecated - use netstatus_event_get_info() and netstatus_info_get_https_proxy_host().
The netstatus_event_get_https_proxy_host() function gets the current HTTPS proxy host from the specified NETSTATUS_INFO event.
The HTTPS proxy host, or NULL if there is no HTTPS proxy host.