SSH.ProxyTypes Enumeration
wodSSH.NET Component Documentation

SSH.ProxyTypes Enumeration

List of all supported proxy server types.

[Visual Basic]
Public Enum SSH.ProxyTypes
[C#]
public enum SSH.ProxyTypes

Members

Member NameDescription
ProxyNone No proxy is used.
ProxySocks4 Connection is made through SOCKS4 proxy firewall.
ProxySocks5 Connection is made through SOCKS5 proxy firewall.
ProxyWEBStandard Typical WEB proxy (using web CONNECT command) is used.
ProxyRelay Pipe/Relay is used.
ProxySocks4a Connection is made through SOCKS4a proxy firewall.

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

See Also

WeOnlyDo.Client Namespace