Contents

nw_proxy_config_set_failover_allowed(_:_:)

Configures whether or not a proxy configuration allows failover to non-proxied connections. Failover isn’t allowed by default.

Declaration

func nw_proxy_config_set_failover_allowed(_ proxy_config: nw_proxy_config_t, _ failover_allowed: Bool)

Parameters

  • proxy_config:

    The proxy configuration to modify.

  • failover_allowed:

    A Boolean that indicates whether or not a proxy configuration allows failover to non-proxied connections.

See Also

Customizing Proxy Behavior