Creates a new instance of
CopyC#
IpClientSsh
.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public IpClientSsh(
	SshParameters sshParameters,
	string hostname,
	int port
)
Visual Basic
Public Sub New ( _
	sshParameters As SshParameters, _
	hostname As String, _
	port As Integer _
)
Visual C++
public:
IpClientSsh(
	SshParameters^ sshParameters, 
	String^ hostname, 
	int port
)

Parameters

sshParameters
Type: Jscape.Ssh..::..SshParameters
The
CopyC#
SshParameters
instance to make the connection.
hostname
Type: System..::..String
Then host name.
port
Type: System..::..Int32
The port.

See Also