Stops an incoming TCP/IP tunnel.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Sub StopTcpIpForward ( _ handle As SshForwardingHandle _ ) |
| C# |
|---|
public void StopTcpIpForward( SshForwardingHandle handle ) |
Parameters
- handle
- Type: Rebex.Net..::..SshForwardingHandle
Incoming tunnel handle returned by StartTcpIpForward(String, Int32).