SshChannelType Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
SSH channel type.
Syntax
public enum SshChannelType
Fields
| Name | Description |
|---|---|
| DirectTcpIp | Direct TCP/IP tunnel. |
| ForwardedTcpIp | Forwarder TCP/IP tunnel. |
| Session | Session. |