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