SshTunnel Class
Namespace: Rebex.Net
Assembly: Rebex.SshShell.dll (version 7.0.9448)
Represents an active SSH tunnel.
Syntax
public class SshTunnel : IDisposable
Implements
Inherited Members
Properties
| Name | Description |
|---|---|
| LocalEndPoint | Gets local endpoint of the tunnel. |
| RemoteEndPoint | 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.Dispose() | Releases all resources used by the current SshTunnel. |