Compressor IsActive Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether compression is active.

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

protected bool IsActive { get; set; }

Field Value

true if compression is active; otherwise, false.
See Also