Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- host
- Type:
System String
Connection host.
- username
- Type:
System String
Connection username.
- proxyType
- Type: Renci.SshNet ProxyTypes
Type of the proxy.
- proxyHost
- Type:
System String
The proxy host.
- proxyPort
- Type:
System Int32
The proxy port.
- proxyUsername
- Type:
System String
The proxy username.
- proxyPassword
- Type:
System String
The proxy password.
See Also