Specifies the type of proxy servers that the SshClient class supports.
The SshClient class uses the ProxyTypes enumeration to specify the type of proxy server that the connection should be established through, if any. By default, no proxy server is used when establishing a connection.
| Member Name | Description |
|---|---|
| proxyNone | No proxy server. A direct connection will be established with the server. |
| proxyHttp | Establish a connection through a proxy server using the Hypertext Transfer Protocol. |
| proxyTelnet | Establish a connection through a proxy server using the Telnet protocol. |
Namespace: SocketTools
Assembly: SocketTools.SshClient (in SocketTools.SshClient.dll)