IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

OpenTcpIpChannelAsync Method

Opens a special TCP/IP tunneling SSHChannel .

Syntax

[VB.NET]
Public Function OpenTcpIpChannelAsync(ByVal DestHost As String, ByVal DestPort As Integer, ByVal SrcHost As String, ByVal SrcPort As Integer) As IAsyncOperation<string>
[C#]
public IAsyncOperation<string> OpenTcpIpChannelAsync(string destHost, int destPort, string srcHost, int srcPort);

Remarks

This method is the asynchronous version of the OpenTcpIpChannel method and is used to support asynchronous operations in WinRT. Please refer to OpenTcpIpChannel for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0