NetworkProxyType Enumeration

The type of proxy used by converter to resolve requests

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 12.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