SshParameters.CompressionLevel Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
CompressionLevel
Gets or sets the compression level to be used if compression takes effect.
Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest).
5 (medium compression and speed) is a default value.
This only affects outgoing data.
Declaration
public int CompressionLevel { get; set; }
Property Value
Type | Description |
---|---|
Int32 |