[Visual Basic] Overloads Public Sub StopLocalForwarding( _ ByVal addressBound As String, _ ByVal portBound As Integer, _ ByVal killActiveTunnels As Boolean _ )
[C#] public void StopLocalForwarding( stringaddressBound, intportBound, boolkillActiveTunnels );
Parameters
addressBound
The listening address
portBound
The listening port
killActiveTunnels
Set to true if you want all the active tunnels to be dropped as well
Remarks
This method stops a single local forwarding configuration.