DecodePacketAsync Method
Decodes a hex-encoded SSH packet.
Syntax
[VB.NET] Public Function DecodePacketAsync(ByVal EncodedPacket As String) As IAsyncOperation<IList<byte>>
[C#] public IAsyncOperation<IList<byte>> DecodePacketAsync(string encodedPacket);