Enumeration HttpProxyConnectionType

Proxy connection types.

The original behavior was to make a tunneling connection if TLS was used, and a forwarding connection if it was not. There are legitimate use cases for plaintext tunneling connections, and so the implicit behavior has now been replaced by this setting, with a default that maps to the old behavior.

Enumeration Members

Enumeration Members

Forwarding: 1

Establish a forwarding-based connection with the proxy. Tls is not allowed in this case.

Legacy: 0

(Default for backwards compatibility). If Tls options are supplied then the connection will be a tunneling one, otherwise it will be a forwarding one.

Tunneling: 2

Establish a tunneling-based connection with the proxy.

Generated using TypeDoc