Sdílet prostřednictvím


HttpTransportElement.DecompressionEnabled Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda je pro tento přenos povolena dekomprese dat pro zprávy SOAP.

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

Hodnota vlastnosti

truepokud je pro tento přenos povolená dekomprese dat pro zprávy SOAP; v opačném případě . false

Atributy

Platí pro