CancelTcpIpForwardingAsync Method
Requests the server to stop forwarding a remote TCP/IP port.
Syntax
[VB.NET] Public Function CancelTcpIpForwardingAsync(ByVal Address As String, ByVal Port As Integer) As IAsyncAction
[C#] public IAsyncAction CancelTcpIpForwardingAsync(string address, int port);