CFNetwork.GetProxiesForURL(NSUrl, CFProxySettings) 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 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
CFProxy[]
Returns an array of CFProxy objects suitable to use for connecting to url
.
Remarks
See also: GetProxiesForUri(Uri, CFProxySettings)