Description

The method used to configure Proxies.

Fields

  • off - Direct connection to the internet, no proxy used.
  • auto - Proxy is autoconfigured using Proxy-Auto-Configuration (PAC) using given URL.
  • manual - Proxy is configured manually using servers and excludes.

Signature

enum Efl.Net.Control.Access_Point_Proxy_Method {
    off: 0,
    auto,
    manual,
    unset
}

C signature

typedef enum {
    EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_OFF = 0,
    EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_AUTO,
    EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_MANUAL,
    EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_UNSET
} Efl_Net_Control_Access_Point_Proxy_Method;