Renci.SshNet.IForwardedPort public interface IForwardedPort : IDisposable Supports port forwarding functionality. Documentation Code namespace Renci.SshNet { public interface IForwardedPort : IDisposable { event EventHandler Closing; } }