Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This overload of the Connect method has been deprecated and will be removed. Use another variant and specify parameters using Settings.SshParameters instead.",  _
	True)> _
Public Sub Connect ( _
	serverName As String, _
	serverPort As Integer, _
	parameters As SshParameters _
)
C#
[ObsoleteAttribute("This overload of the Connect method has been deprecated and will be removed. Use another variant and specify parameters using Settings.SshParameters instead.", 
	true)]
public void Connect(
	string serverName,
	int serverPort,
	SshParameters parameters
)

Parameters

serverName
Type: System..::..String
serverPort
Type: System..::..Int32
parameters
Type: Rebex.Net..::..SshParameters

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also