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

KeyboardInteractiveConnectionInfo() public method

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, int port, string username ) : System
host string The host.
port int The port.
username string The username.
return System
        public KeyboardInteractiveConnectionInfo(string host, int port, string username)
            : this(host, port, username, ProxyTypes.None, string.Empty, 0, string.Empty, string.Empty)
        {

        }

Same methods

KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, string username ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System
KeyboardInteractiveConnectionInfo::KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System