HttpBaseProtocolFilter.AutomaticDecompression 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HttpBaseProtocolFilter가 HTTP 콘텐츠 응답을 자동으로 압축 해제할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.
public:
property bool AutomaticDecompression { bool get(); void set(bool value); };
bool AutomaticDecompression();
void AutomaticDecompression(bool value);
public bool AutomaticDecompression { get; set; }
var boolean = httpBaseProtocolFilter.automaticDecompression;
httpBaseProtocolFilter.automaticDecompression = boolean;
Public Property AutomaticDecompression As Boolean
속성 값
Boolean
bool
HttpBaseProtocolFilter가 HTTP 콘텐츠 응답을 자동으로 압축 해제할 수 있는지 여부를 나타내는 값입니다.
HttpBaseProtocolFilter가 HTTP 콘텐츠 응답을 자동으로 압축 해제할 수 있는 경우 이 값은 true입니다. 그렇지 않으면 false입니다. 기본값은 true입니다.
설명
이 속성을 true로 설정하면 Accept-Encoding 헤더가 헤더에 추가되고 gzip 및 압축을 허용하도록 설정됩니다.