ProxyType Enumeration |
Namespace: DotNetBrowser.Net.Proxy
public enum ProxyType
Member name | Value | Description | |
---|---|---|---|
System | -1 | The proxy settings defined in operating system. | |
Direct | 0 | The direct connection without proxy server. | |
AutoDetect | 1 | The automatically detected proxy settings. | |
Pac | 2 | The proxy settings obtained from the PAC file. | |
Custom | 3 | The custom proxy settings. |