HttpTransportElement.DecompressionEnabled Property

Definition

Gets or sets a value that indicates whether data decompression for SOAP messages is enabled for this transport.

public:
 property bool DecompressionEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("decompressionEnabled", DefaultValue=true)]
public bool DecompressionEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("decompressionEnabled", DefaultValue=true)>]
member this.DecompressionEnabled : bool with get, set
Public Property DecompressionEnabled As Boolean

Property Value

true if data decompression for SOAP messages is enabled for this transport; otherwise, false.

Attributes

Applies to