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