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

SendSSHPacketAsync Method

Used to send an encoded SSH packet to a connected client.

Syntax

[VB.NET]
Public Function SendSSHPacketAsync(ByVal ChannelId As String, ByVal PacketType As Integer, ByVal Payload As String) As Task
[C#]
public Task SendSSHPacketAsync(string channelId, int packetType, byte[] payload);

Remarks

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

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