Functions in netstatus.h
Related links
- netstatus.h
Functions to determine the current network status and networking information.
- netstatus_event_get_availability()
Indicate whether the network is available from a NETSTATUS_INFO event.
- netstatus_get_availability()
Indicate whether the network is available.
- netstatus_get_domain()
Get the unique domain ID for the network status service.
- netstatus_request_events()
Start receiving networking change events.
- netstatus_get_proxy_details()
Get the proxy details.
- netstatus_free_proxy_details()
Free the memory that is used by a netstatus_proxy_details_t structure.
- netstatus_event_get_http_proxy_login_required()
Indicate whether login information is required for HTTP proxy from a NETSTATUS_INFO event.
- netstatus_event_get_http_proxy_host()
Get the current HTTP proxy host from a NETSTATUS_INFO event.
- netstatus_event_get_http_proxy_port()
Get the current HTTP proxy port from a NETSTATUS_INFO event.
- netstatus_event_get_https_proxy_host()
Get the current HTTPS proxy host from a NETSTATUS_INFO event.
- netstatus_event_get_https_proxy_port()
Get the current HTTPS proxy port from a NETSTATUS_INFO event.
- netstatus_event_get_ftp_proxy_host()
Get the current FTP proxy host from a NETSTATUS_INFO event.
- netstatus_event_get_ftp_proxy_port()
Get the current FTP proxy port from a NETSTATUS_INFO event.