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

属性值

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

适用于