CFNetworkCopySystemProxySettings

Function CFNetworkCopySystemProxySettings 

Source
pub unsafe extern "C-unwind" fn CFNetworkCopySystemProxySettings() -> Option<CFRetained<CFDictionary>>
Available on crate feature CFProxySupport only.
Expand description

Returns a CFDictionary containing the current system internet proxy settings.

Returns: Returns a dictionary containing key-value pairs that represent the current internet proxy settings. See below for definitions of the keys and values. NULL if no proxy settings have been defined or if an error was encountered. The caller is responsible for releasing the returned dictionary.