Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Enumeration members

Enumeration members

Forwarding

Forwarding: = 1

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

Legacy

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

Tunneling: = 2

Establish a tunneling-based connection with the proxy.

Generated using TypeDoc