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

Renci.SshNet.ForwardedPortLocal

namespace Renci.SshNet { public class ForwardedPortLocal : ForwardedPort { public string BoundHost { get; } public uint BoundPort { get; } public string Host { get; } public uint Port { get; } public ForwardedPortLocal(uint boundPort, string host, uint port); public ForwardedPortLocal(string boundHost, string host, uint port); public ForwardedPortLocal(string boundHost, uint boundPort, string host, uint port); } }