Establishes a connection to an SSH server.

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

Syntax

Visual Basic
Public Sub Connect ( _
	remoteEP As EndPoint _
)
C#
public void Connect(
	EndPoint remoteEP
)

Parameters

remoteEP
Type: System.Net..::..EndPoint
An EndPoint that represents the remote device.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also