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

EncodePacketAsync Method

Hex encodes an SSH packet.

Syntax

[VB.NET]
Public Function EncodePacketAsync(ByVal Packet As String) As IAsyncOperation<string>
[C#]
public IAsyncOperation<string> EncodePacketAsync(byte[] packet);

Remarks

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

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