Class Compression
- Namespace
- Mithril.Core.Abstractions.Configuration
- Assembly
- Mithril.Core.Abstractions.dll
Compression settings
public class Compression
- Inheritance
-
Compression
- Inherited Members
- Extension Methods
Properties
AllowHttps
Gets or sets a value indicating whether [allow HTTPS].
public bool AllowHttps { get; set; }
Property Value
- bool
true
if [allow HTTPS]; otherwise,false
.
DynamicCompression
Gets or sets a value indicating whether [dynamic compression].
public bool DynamicCompression { get; set; }
Property Value
- bool
true
if [dynamic compression]; otherwise,false
.