SshSession.StopTcpIpForward Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
StopTcpIpForward(SshForwardingHandle)
Stops an incoming TCP/IP tunnel.
Declaration
public void StopTcpIpForward(SshForwardingHandle handle)
Parameters
Type | Name | Description |
---|---|---|
SshForwardingHandle | handle | Incoming tunnel handle returned by StartTcpIpForward(String, Int32). |