Język

HttpTransportElement.DecompressionEnabled Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy dekompresja danych dla komunikatów PROTOKOŁU SOAP jest włączona dla tego transportu.

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

Wartość właściwości

true jeśli dla tego transportu włączono dekompresję danych dla komunikatów PROTOKOŁU SOAP; w przeciwnym razie, false.

Atrybuty

Dotyczy