CFNetwork Class
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.
Provides the necessary methods needed for accessing the system's global proxy configuration settings and resolving a list of proxies to use for connecting to a URL.
public static class CFNetwork
type CFNetwork = class
- Inheritance
-
CFNetwork
Properties
ErrorDomain |
Methods
GetDefaultProxy() |
Gets a custom T:System.Net.IWebProxy suitable for use with the standard .NET web request APIs. |
GetProxiesForAutoConfigurationScript(NSString, NSUrl) |
Executes the provided javascript source to determine a list of proxies to use for connecting to the target URL. |
GetProxiesForAutoConfigurationScript(NSString, Uri) |
Executes the provided javascript source to determine a list of proxies to use for connecting to the target URL. |
GetProxiesForUri(Uri, CFProxySettings) |
Gets an array of CFProxy objects suitable to use for connecting to |
GetProxiesForURL(NSUrl, CFProxySettings) |
Gets an array of CFProxy objects suitable to use for connecting to |
GetSystemProxySettings() |
Gets the system's proxy configuration settings. |