CFProxy 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 information about a proxy.
public class CFProxy
type CFProxy = class
- Inheritance
-
CFProxy
Properties
| Name | Description |
|---|---|
| AutoConfigurationHttpResponse | |
| AutoConfigurationHttpResponseKey |
Represents the value associated with the constant 'kCFProxyAutoConfigurationHTTPResponseKey'. |
| AutoConfigurationJavaScript |
JavaScript source code for auto-configuring the proxy. |
| AutoConfigurationJavaScriptKey |
Represents the value associated with the constant 'kCFProxyAutoConfigurationJavaScriptKey'. |
| AutoConfigurationUrl |
URL location of a proxy auto-configuration script. |
| AutoConfigurationUrlKey |
Represents the value associated with the constant 'kCFProxyAutoConfigurationURLKey'. |
| HostName |
The hostname of the proxy server. |
| HostNameKey |
Represents the value associated with the constant 'kCFProxyHostNameKey'. |
| Password |
The password needed to authenticate with the proxy server. |
| PasswordKey |
Represents the value associated with the constant 'kCFProxyPasswordKey'. |
| Port |
The port to connect to on the proxy server. |
| PortNumberKey |
Represents the value associated with the constant 'kCFProxyPortNumberKey'. |
| ProxyType |
The type of the proxy. |
| TypeKey |
Represents the value associated with the constant 'kCFProxyTypeKey'. |
| Username |
The user name needed for authentication with the proxy server. |
| UsernameKey |
Represents the value associated with the constant 'kCFProxyUsernameKey'. |
| WeakProxyType |
The type of the proxy as an NSString. |