CFNetwork.GetSystemProxySettings Method

Definition

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*.

Applies to