using System.Net;
namespace Renci.SshNet
{
    /// 
    /// Provides functionality for remote port forwarding
    /// 
    public partial class ForwardedPortRemote
    {
        /// 
        /// Initializes a new instance of the  class.
        /// 
        /// The bound port.
        /// The host.
        /// The port.
        /// 
        ///