CFNetwork.GetProxiesForUri(Uri, 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 uri
.
public static CoreFoundation.CFProxy[] GetProxiesForUri (Uri uri, CoreFoundation.CFProxySettings proxySettings);
static member GetProxiesForUri : Uri * CoreFoundation.CFProxySettings -> CoreFoundation.CFProxy[]
Parameters
- uri
- Uri
The target Uri 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 uri
.
Remarks
This method serves as a convenience wrapper for GetProxiesForURL(NSUrl, CFProxySettings).