Share via


CellularApnContext.IsCompressionEnabled Property

Definition

Indicates if data compression will be used at the data link for header and data transfer.

public:
 property bool IsCompressionEnabled { bool get(); void set(bool value); };
bool IsCompressionEnabled();

void IsCompressionEnabled(bool value);
public bool IsCompressionEnabled { get; set; }
var boolean = cellularApnContext.isCompressionEnabled;
cellularApnContext.isCompressionEnabled = boolean;
Public Property IsCompressionEnabled As Boolean

Property Value

Boolean

bool

A Boolean value. TRUE if enabled; otherwise FALSE.

Applies to