<PackageReference Include="SSH.NET" Version="2020.0.2" />

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(); } }