HttpsCompressionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use to dynamically control response compression for HTTPS requests.
public enum class HttpsCompressionMode
public enum HttpsCompressionMode
type HttpsCompressionMode =
Public Enum HttpsCompressionMode
- Inheritance
-
HttpsCompressionMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | No value has been specified, use the configured defaults. |
DoNotCompress | 1 | Opts out of compression over HTTPS. Enabling compression on HTTPS requests for remotely manipulable content may expose security problems. |
Compress | 2 | Opts into compression over HTTPS. Enabling compression on HTTPS requests for remotely manipulable content may expose security problems. |