Indicate whether login information is required for HTTP proxy from a network interface details structure.
#include <bps/netstatus.h>
BPS_API bool netstatus_interface_get_http_proxy_login_required(netstatus_interface_details_t *details)
BlackBerry 10.2.0
The netstatus_interface_details_t structure to get the HTTP proxy information from.
The netstatus_interface_get_http_proxy_login_required() function indicates whether login information is required for HTTP proxy from the specified netstatus_interface_details_t structure. If login information is required, call netstatus_get_proxy_details() to get the user and password to log in with.
true if login information is required for HTTP proxy, false otherwise.