Initializes a new instance of the PasswordConnectionInfo class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public PrivateKeyConnectionInfo( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, params PrivateKeyFile[] keyFiles )
Parameters
- host
- Type:
System String
Connection host.
- port
- Type:
System Int32
The port.
- 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.
- keyFiles
- Type: Renci.SshNet PrivateKeyFile
The key files.
See Also