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
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.
 
     
     
     
     
    