Gets or sets a value indicating whether compression is active.
Namespace: Renci.SshNet.CompressionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
protected bool IsActive { get; set; }protected bool IsActive { get; set; }Protected Property IsActive As Boolean
Get
Set
Protected Property IsActive As Boolean
Get
Set
protected:
property bool IsActive {
bool get ();
void set (bool value);
}protected:
property bool IsActive {
bool get ();
void set (bool value);
}Field Value
true if compression is active; otherwise,
false.