HttpTransportBindingElement.DecompressionEnabled 속성

정의

압축된 메시지 데이터를 원래 크기와 형식으로 반환하는 프로세스를 사용되는지 여부를 가져오거나 설정합니다.

public:
 property bool DecompressionEnabled { bool get(); void set(bool value); };
public bool DecompressionEnabled { get; set; }
member this.DecompressionEnabled : bool with get, set
Public Property DecompressionEnabled As Boolean

속성 값

Boolean

압축 해제가 사용되면 true이고, 그렇지 않으면 false입니다.

적용 대상