HttpTransportBindingElement.DecompressionEnabled 属性

定义

获取或设置是否启用将压缩消息数据返回到其原始大小和格式的过程。

public:
 property bool DecompressionEnabled { bool get(); void set(bool value); };
public bool DecompressionEnabled { get; set; }
member this.DecompressionEnabled : bool with get, set
Public Property DecompressionEnabled As Boolean

属性值

true 如果启用了解压缩,则为否则,为 false.

适用于