DecodePacketAsync Method
Decodes a hex-encoded SSH packet.
Syntax
[VB.NET] Public Function DecodePacketAsync(ByVal EncodedPacket As String) As Task<IList<byte>>
[C#] public Task<IList<byte>> DecodePacketAsync(string encodedPacket);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DecodePacketAsync MethodDecodes a hex-encoded SSH packet. Syntax[VB.NET] Public Function DecodePacketAsync(ByVal EncodedPacket As String) As Task<IList<byte>> [C#] public Task<IList<byte>> DecodePacketAsync(string encodedPacket); RemarksThis method is the asynchronous version of the DecodePacket method and is used to support asynchronous operations in WinRT. Please refer to DecodePacket for more information. |
||