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
Parameters
- host
- Type:
System String
Connection host.
- username
- Type:
System String
Connection username.
- password
- Type:
System Byte
Connection password.
- proxyType
- Type: Renci.SshNet ProxyTypes
Type of the proxy.
- proxyHost
- Type:
System String
The proxy host.
- proxyPort
- Type:
System Int32
The proxy port.
See Also