CFNetwork.GetProxiesForURL(NSUrl, CFProxySettings) Method

Definition

Gets an array of CFProxy objects suitable to use for connecting to url.

public static CoreFoundation.CFProxy[] GetProxiesForURL (Foundation.NSUrl url, CoreFoundation.CFProxySettings proxySettings);
static member GetProxiesForURL : Foundation.NSUrl * CoreFoundation.CFProxySettings -> CoreFoundation.CFProxy[]

Parameters

url
NSUrl

The target URL to connect to.

proxySettings
CFProxySettings

The proxy settings as returned by GetSystemProxySettings().

Returns

Returns an array of CFProxy objects suitable to use for connecting to url.

Remarks

See also: GetProxiesForUri(Uri, CFProxySettings)

Applies to