ProxyTypes EnumerationSSH .NET Client Library Documentation
Specifies the type of proxy client will use to connect to server.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public enum ProxyTypes
Members

  Member nameValueDescription
None0No proxy server.
Socks41A SOCKS4 proxy server.
Socks52A SOCKS5 proxy server.
Http3A HTTP proxy server.
See Also