Enum ProxyKind
Describes the kind of proxy.
public enum ProxyKind
Fields
AutoDetect = 4Use proxy automatic detection.
Direct = 0Direct connection, no proxy (default on Windows).
Manual = 1Manual proxy settings (e.g., for httpProxy).
ProxyAutoConfigure = 2Proxy automatic configuration from URL.
System = 5Use the system values for proxy settings (default on Linux).
Unspecified = 6No proxy type is specified.
Remarks
Keep these in sync with the Firefox preferences numbers: http://kb.mozillazine.org/Network.proxy.type