Table of Contents

Class ResponseCompressionAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Specify the response compression options.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class ResponseCompressionAttribute : Attribute
Inheritance
object
Attribute
ResponseCompressionAttribute

Constructors

ResponseCompressionAttribute(bool)

public ResponseCompressionAttribute(bool enable)

Parameters

enable bool

Fields

Enabled

public bool Enabled

Field Value

bool

EnabledForHttps

public bool? EnabledForHttps

Field Value

bool?

ExcludedMimeTypes

public string[]? ExcludedMimeTypes

Field Value

string[]

MimeTypes

public string[]? MimeTypes

Field Value

string[]