Renci.SshNet.ForwardedPortRemote.ForwardedPortRemote C# (CSharp) Method

ForwardedPortRemote() public method

Initializes a new instance of the ForwardedPortRemote class.
public ForwardedPortRemote ( uint boundPort, string host, uint port ) : System
boundPort uint The bound port.
host string The host.
port uint The port.
return System
        public ForwardedPortRemote(uint boundPort, string host, uint port)
            : this(string.Empty, boundPort, host, port)
        {
        }

Same methods

ForwardedPortRemote::ForwardedPortRemote ( IPAddress boundHostAddress, uint boundPort, IPAddress hostAddress, uint port ) : System
ForwardedPortRemote::ForwardedPortRemote ( string boundHost, uint boundPort, string host, uint port ) : System