Class ZlibOpenSsh
- Namespace
- Renci.SshNet.Compression
- Assembly
- Renci.SshNet.dll
Represents the "zlib@openssh.com" compression algorithm.
public class ZlibOpenSsh : Zlib, IDisposable
Inheritance
Implements
Inherited Members
Constructors
ZlibOpenSsh()
Initializes a new instance of the Renci.SshNet.Compression.ZlibOpenSsh class.
public ZlibOpenSsh()
Properties
Name
Gets the algorithm name.
public override string Name { get; }