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입니다.

특성

적용 대상