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

SshDataStream

public class SshDataStream : MemoryStream
Specialized MemoryStream for reading and writing data SSH data.
using System; using System; namespace Renci.SshNet.Common { public class SshException : Exception { public SshException() { } public SshException(string message) : base(message) { } public SshException(string message, Exception inner) : base(message, inner) { } } }