CancelTcpIpForwarding Method
Requests the server to stop forwarding a remote TCP/IP port.
Object Oriented Interface
public function doCancelTcpIpForwarding($address, $port);
Procedural Interface
ipworksssh_sshreversetunnel_do_canceltcpipforwarding($res, $address, $port);
Remarks
The CancelTcpIpForwarding cancels a previous TCP/IP port forwarding request. When calling it, provide the same argument values you provided on the RequestTcpIpForwarding call.