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

ForwardedPortRemote

public string BoundHost { get; }

public IPAddress BoundHostAddress { get; }

public uint BoundPort { get; }

public string Host { get; }

public IPAddress HostAddress { get; }

public uint Port { get; }

public ForwardedPortRemote(IPAddress boundHostAddress, uint boundPort, IPAddress hostAddress, uint port)

public ForwardedPortRemote(uint boundPort, string host, uint port)

public ForwardedPortRemote(string boundHost, uint boundPort, string host, uint port)

public void Dispose()