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