CFNetwork.GetSystemProxySettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the system's proxy configuration settings.
public static CoreFoundation.CFProxySettings GetSystemProxySettings ();
static member GetSystemProxySettings : unit -> CoreFoundation.CFProxySettings
Returns
A CFProxySettings with the system's proxy settings.
Remarks
These settings are used by GetProxiesForURL(NSUrl, CFProxySettings) and M:CoreFoundation.GetProxiesForUri*.