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.
On servers, gets or sets a value indicating whether to enable or disable communication compression.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property Compression As Boolean Get Set |
C# |
---|
public bool Compression { get; set; } |