CellularApnContext.IsCompressionEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.