NetworkProxyType Enumeration |
The type of proxy used by converter to resolve requests
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public enum NetworkProxyType
Public Enumeration NetworkProxyType
Members
| Member name | Value | Description |
---|
| None | 2 |
None
|
| Socks5 | 1 |
Socks5
|
| Http | 3 |
Http
|
| HttpCaching | 4 |
HttpCaching
|
See Also