The type of proxy used by converter to resolve requests
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum NetworkProxyType |
| Visual Basic |
|---|
Public Enumeration NetworkProxyType |
| Visual C++ |
|---|
public enum class NetworkProxyType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No proxy is used | |
| Socks5 | 1 | Proxy for any kind of connection | |
| Http | 2 | HTTP transparent proxy | |
| HttpCaching | 3 | HTTP caching proxy |