SessionStateSection.CompressionEnabled 속성

정의

세션 상태 데이터에 대해 압축이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CompressionEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("compressionEnabled", DefaultValue=false)]
public bool CompressionEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("compressionEnabled", DefaultValue=false)>]
member this.CompressionEnabled : bool with get, set
Public Property CompressionEnabled As Boolean

속성 값

Boolean

압축이 사용되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

경우는 CompressionEnabled 값으로 설정 됩니다 true, asp를 GZipStream 클래스를 압축 하 여 세션 상태 데이터를 확장 합니다.

적용 대상