Compressor ClassSSH .NET Client Library Documentation
Represents base class for compression algorithm implementation
Inheritance Hierarchy

OnlineSystem Object
  Renci.SshNet.Security Algorithm
    Renci.SshNet.Compression Compressor
      Renci.SshNet.Compression ZlibOpenSsh

Namespace: Renci.SshNet.Compression
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public abstract class Compressor : Algorithm, 
	IDisposable
See Also