HttpWebClientProtocol.EnableDecompression 属性

定义

获取或设置一个值,该值指示是否为此 HttpWebClientProtocol 启用压缩。

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

属性值

Boolean

如果为此 HttpWebClientProtocol 启用解压缩,则为 true;否则为 false。 默认值为 false

适用于