Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginStartOutgoingTunnel(IPEndPoint, IPEndPoint, AsyncCallback, Object)
Begins asynchronous StartOutgoingTunnel operation. Starts a new outgoing tunnel. Connections to local endpoint will be tunneled through the SSH server to the specified remote endpoint.
Public methodSupported by the .NET Compact FrameworkBeginStartOutgoingTunnel(IPEndPoint, String, Int32, AsyncCallback, Object)
Begins asynchronous StartOutgoingTunnel operation. Starts a new outgoing tunnel. Connections to local endpoint will be tunneled through the SSH server to the specified remote host/port.
Public methodSupported by the .NET Compact FrameworkBeginStartOutgoingTunnel(String, Int32, String, Int32, AsyncCallback, Object)
Begins asynchronous StartOutgoingTunnel operation. Starts a new outgoing tunnel. Connections to local host/port will be tunneled through the SSH server to the specified remote host/port.

See Also