Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginStartIncomingTunnel(IPEndPoint, IPEndPoint, AsyncCallback, Object)
Begins asynchronous StartIncomingTunnel operation. Starts a new incoming tunnel. Connections to remote endpoint will be tunneled from the SSH server through the local machine to the specified target.
Public methodSupported by the .NET Compact FrameworkBeginStartIncomingTunnel(IPEndPoint, String, Int32, AsyncCallback, Object)
Begins asynchronous StartIncomingTunnel operation. Starts a new incoming tunnel. Connections to remote endpoint will be tunneled from the SSH server through the local machine to the specified target.
Public methodSupported by the .NET Compact FrameworkBeginStartIncomingTunnel(String, Int32, IPEndPoint, AsyncCallback, Object)
Begins asynchronous StartIncomingTunnel operation. Starts a new incoming tunnel. Connections to remote address/port will be tunneled from the SSH server through the local machine to the specified target.
Public methodSupported by the .NET Compact FrameworkBeginStartIncomingTunnel(String, Int32, String, Int32, AsyncCallback, Object)
Begins asynchronous StartIncomingTunnel operation. Starts a new incoming tunnel. Connections to remote endpoint will be tunneled from the SSH server through the local machine to the specified target.

See Also