SocketTools .NET Edition

SshClient.ProxyTypes Enumeration

Specifies the type of proxy servers that the SshClient class supports.

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

Remarks

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.

Members

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.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SshClient (in SocketTools.SshClient.dll)

See Also

SocketTools Namespace