EncodePacket Method
Hex encodes an SSH packet.
Syntax
[VB.NET] Public Function EncodePacket(ByVal Packet As String) As String
[C#] public string EncodePacket(byte[] packet);
Remarks
This method is used to encode a raw SSH packet created by SetSSHParam.
NOTE: This method has a corresponding asynchronous version (EncodePacketAsync) for use in the WinRT environment.