SshParameters.Compression Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Compression
On clients, gets or sets a value indicating whether to prefer communication compression if supported by the server.
On servers, gets or sets a value indicating whether to enable or disable communication compression.
Declaration
public bool Compression { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to prefer or enable compression; False to not prefer or not enable compression (default). |