Creates a new parameters instance.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public SshParameters(
string hostname,
string username,
string password
) |
Visual Basic |
---|
Public Sub New ( _
hostname As String, _
username As String, _
password As String _
) |
Visual C++ |
---|
public:
SshParameters(
String^ hostname,
String^ username,
String^ password
) |
Parameters
- hostname
- Type: System..::..String
the hostname
- username
- Type: System..::..String
the username
- password
- Type: System..::..String
the user password
See Also