NetworkProxyType 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#
public enum NetworkProxyType

Members

None0 No proxy is used
Socks51 Proxy for any kind of connection
Http2 HTTP transparent proxy
HttpCaching3 HTTP caching proxy

See Also