次の方法で共有


HttpTransportElement.DecompressionEnabled プロパティ

定義

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

プロパティ値

SOAP メッセージのデータの圧縮解除がこのトランスポートに対して有効である場合は true。それ以外の場合は false

属性

適用対象