EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

DecodePacket Method

Decodes a hex-encoded SSH packet.

Syntax

[VB.NET]
Public Function DecodePacket(ByVal EncodedPacket As String) As String
[C#]
public byte[] DecodePacket(string encodedPacket);

Remarks

This method is used to decode an SSH packet created by EncodePacket.

Note: This method is only applicable for reading and creating SSH packets for use within the SSHCustomAuth event.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]