<PackageReference Include="SSH.NET" Version="2011.7.29" />

ForwardedPort

public abstract class ForwardedPort
public string BoundHost { get; }

public uint BoundPort { get; }

public string Host { get; }

public bool IsStarted { get; protected set; }

public uint Port { get; }

protected void RaiseExceptionEvent(Exception execption)

protected void RaiseRequestReceived(string host, uint port)

public virtual void Start()

public virtual void Stop()