ResponseCompressionOptions.EnableForHttps 属性

定义

指示是否应压缩通过 HTTPS 连接的响应。 默认值为“false”。 对 HTTPS 请求启用对远程可操作内容的压缩可能会暴露出安全问题。

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

属性值

注解

可以使用 为每个请求重写这一点 IHttpsCompressionFeature

适用于