ForwardedPortDynamic
Provides functionality for forwarding connections from the client to destination servers via the SSH server,
also known as dynamic port forwarding.
using System;
using System;
namespace Renci.SshNet
{
public interface IForwardedPort : IDisposable
{
event EventHandler Closing;
}
}