Table of Contents

Class ResponseCompressionPolicy

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Prism
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ResponseCompressionPolicy
Inheritance
object
ResponseCompressionPolicy

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

HashSet<string>

MimeTypes

[Key("MimeTypes")]
public HashSet<string> MimeTypes { get; set; }

Property Value

HashSet<string>

SetExcludedMimeTypes

[IgnoreMember]
[JsonIgnore]
public string SetExcludedMimeTypes { set; }

Property Value

string

SetMimeTypes

[IgnoreMember]
[JsonIgnore]
public string SetMimeTypes { set; }

Property Value

string