DotNetBrowser.Net.Proxy Namespace | 
| Class | Description | |
|---|---|---|
| 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.
              | 
| Interface | Description | |
|---|---|---|
| IProxy | 
                The service that allows modifying the proxy configuration for the current engine.
              | 
| Enumeration | Description | |
|---|---|---|
| ProxyType | 
                Types of proxy settings.
              |