Contents

CFNetworkCopySystemProxySettings()

Returns a CFDictionary containing the current systemwide internet proxy settings.

Declaration

func CFNetworkCopySystemProxySettings() -> Unmanaged<CFDictionary>?

Discussion

The dictionary returned contains key-value pairs that represent the current internet proxy settings. The keys in this dictionary are defined in Global Proxy Settings Constants.

The caller is responsible for releasing the returned dictionary.

See Also

Global Proxy Configuration