Checks if proxies are ignored by default.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Framework
- Network
Declaration
bool nw_parameters_get_prefer_no_proxy(nw _parameters _t parameters);
Checks if proxies are ignored by default.
SDKs
Framework
bool nw_parameters_get_prefer_no_proxy(nw _parameters _t parameters);
nw _parameters _set _multipath _service
Enables multipath protocols to allow connections to use multiple interfaces.
nw _parameters _get _multipath _service
Checks if multipath is enabled on a connection.
nw _multipath _service _t
Modes in which a connection can support multipath protocols.
nw _parameters _set _service _class
Sets a level of service quality to use for connections.
nw _parameters _get _service _class
Checks the level of service quality used for connections.
nw _service _class _t
Levels of service quality that can be used with a connection.
nw _parameters _set _fast _open _enabled
Enables sending application data with protocol handshakes.
nw _parameters _get _fast _open _enabled
Checks if sending application data with protocol handshakes is enabled.
nw _parameters _set _expired _dns _behavior
Sets the behavior for how expired DNS answers should be used.
nw _parameters _get _expired _dns _behavior
Checks the behavior for how expired DNS answers should be used.
nw _parameters _expired _dns _behavior _t
Options for configuring how expired DNS answers should be used.
nw _parameters _set _prefer _no _proxy
Sets a Boolean that indicates that connections should ignore proxies when they are enabled on the system.
nw _parameters _set _include _peer _to _peer
Enables peer-to-peer link technologies for connections and listeners.
nw _parameters _get _include _peer _to _peer
Checks whether a connection is allowed to use peer-to-peer link technologies.
nw _parameters _set _reuse _local _address
Allows reusing local addresses and ports across connections.
nw _parameters _get _reuse _local _address
Checks whether a connection allows reusing local addresses and ports.
nw _parameters _set _local _only
Restricts listeners to only accepting connections from the local link.
nw _parameters _get _local _only
Checks if a listener is restricted to accepting connections from the local link.