Starts a new outgoing tunnel. Connections to local endpoint will be tunneled through the SSH server to the specified remote host/port.

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

Syntax

Visual Basic
Public Function StartSocksServer ( _
	localEndPoint As IPEndPoint _
) As SshTunnel
C#
public SshTunnel StartSocksServer(
	IPEndPoint localEndPoint
)

Parameters

localEndPoint
Type: System.Net..::..IPEndPoint
Local endpoint to listen at.

Return Value

A tunnel instance.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also