Opens an outgoing TCP/IP tunnel to the specified remote endpoint.

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

Syntax

Visual Basic
Public Function OpenTcpIpTunnel ( _
	remoteEP As IPEndPoint _
) As SshChannel
C#
public SshChannel OpenTcpIpTunnel(
	IPEndPoint remoteEP
)

Parameters

remoteEP
Type: System.Net..::..IPEndPoint
Remote endpoint.

Return Value

SSH channel.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also