Starts a new outgoing tunnel. Connections to local host/port 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 ( _ localHostName As String, _ localPort As Integer _ ) As SshTunnel | 
| C# | 
|---|
| public SshTunnel StartSocksServer( string localHostName, int localPort ) | 
Parameters
- localHostName
- Type: System..::..String
 Local hostname to listen at.
- localPort
- Type: System..::..Int32
 Local port to listen at.
 
     
     
     
     
    