Share via


CFProxy Class

Definition

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.

Applies to