SshTunnel Class
Namespace: Rebex.Net
Assembly: Rebex.SshShell.dll (version 7.0.9147)
Represents an active SSH tunnel.
Syntax
public class SshTunnel : IDisposable
Implements
Inherited Members
Properties
Name | Description |
---|---|
Local |
Gets local endpoint of the tunnel. |
Remote |
Gets remote endpoint of the tunnel (if available). |
Methods
Name | Description |
---|---|
Close() | Closes the tunnel. Stops new connections from being accepted, but leaves the current connections active. |
Explicit Interface Implementations
Name | Description |
---|---|
IDisposable. |
Releases all resources used by the current Ssh |