EVO PDF Client for .NET Framework
C#
VB
Show/Hide TOC
Network
Proxy
Type Enumeration
The type of proxy used by converter to resolve requests
Definition
Namespace:
EvoPdfClient
Assembly:
EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
Copy
public
enum
NetworkProxyType
VB
Copy
Public
Enumeration
NetworkProxyType
Members
None
0
No proxy is used
Socks5
1
Proxy for any kind of connection
Http
2
HTTP transparent proxy
HttpCaching
3
HTTP caching proxy
See Also
Reference
EvoPdfClient Namespace
In This Article
Definition
Members
See Also