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

ForwardedPortLocal() public method

Initializes a new instance of the ForwardedPortLocal class.
is null. is null. is greater than .
public ForwardedPortLocal ( string boundHost, string host, uint port ) : System
boundHost string The bound host.
host string The host.
port uint The port.
return System
        public ForwardedPortLocal(string boundHost, string host, uint port)
            : this(boundHost, 0, host, port) 
        {
        }

Same methods

ForwardedPortLocal::ForwardedPortLocal ( string boundHost, uint boundPort, string host, uint port ) : System
ForwardedPortLocal::ForwardedPortLocal ( uint boundPort, string host, uint port ) : System