Renci.SshNet.Common.PacketDump
class PacketDump
namespace Renci.SshNet.Common
{
internal class PacketDump
{
public static string Create(List<byte> data, int indentLevel);
public static string Create(byte[] data, int indentLevel);
public PacketDump();
}
}