Stops and removes the forwarded port from the list.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public void RemoveForwardedPort( ForwardedPort port )
Parameters
- port
- Type: Renci.SshNet ForwardedPort
Forwarded port.
Exceptions
| Exception | Condition |
|---|---|
| port is null. |
See Also