Namespace DotNetBrowser.Net.Proxy
Classes
- AutoDetectProxySettings
 With this proxy configuration the connection automatically detects proxy settings.
- CustomProxySettings
 Describes a user's proxy settings.
- DirectProxySettings
 With this proxy configuration the connection doesn't use a proxy server.
- PacProxySettings
 With this proxy configuration the connection uses proxy settings received from proxy auto-config (PAC) file which is located at the specific address.
In case PAC script fails, a direct connection will be used.
- ProxySettings
 The base class for all proxy settings.
- SystemProxySettings
 The system proxy settings defined by the operating system.
Interfaces
- IProxy
 The service that allows modifying the proxy configuration for the current engine.
Enums
- ProxyType
 Types of proxy settings.