Enum ProxyType
- Namespace
- DotNetBrowser.Net.Proxy
- Assembly
- DotNetBrowser.dll
Types of proxy settings.
public enum ProxyType
Fields
AutoDetect = 3The automatically detected proxy settings.
Custom = 5The custom proxy settings.
Direct = 2The direct connection without proxy server.
Pac = 4The proxy settings obtained from the PAC file.
System = 1The proxy settings defined in operating system.