CancelTcpIpForwarding Method
Requests the server to stop forwarding a remote TCP/IP port.
Syntax
void __fastcall CancelTcpIpForwarding(String Address, int 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.