Class ResponseCompressionPolicy
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ResponseCompressionPolicy
- Inheritance
-
objectResponseCompressionPolicy
Properties
EnableForHttps
[Key("EnableForHttps")]
public bool? EnableForHttps { get; set; }
Property Value
- bool?
Enabled
[Key("Enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
ExcludedMimeTypes
[Key("ExcludedMimeTypes")]
public HashSet<string> ExcludedMimeTypes { get; set; }
Property Value
MimeTypes
[Key("MimeTypes")]
public HashSet<string> MimeTypes { get; set; }
Property Value
SetExcludedMimeTypes
[IgnoreMember]
[JsonIgnore]
public string SetExcludedMimeTypes { set; }
Property Value
SetMimeTypes
[IgnoreMember]
[JsonIgnore]
public string SetMimeTypes { set; }