Gets the value indicating whether incoming compression is used.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property IncomingCompressionEnabled As Boolean
	Get
C#
public bool IncomingCompressionEnabled { get; }

Field Value

True if incoming compression is enabled; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also