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