ForwardedPortRemote public class ForwardedPortRemote : ForwardedPort, IDisposable Documentation Code 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()