CellularApnContext.IsCompressionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出資料壓縮是否會用於標頭和資料傳輸的資料連結。
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
屬性值
Boolean
bool
布林值。 如果已啟用,則為 TRUE;否則為 FALSE。