Table of Contents

Class CompressionInfo

Namespace
Fluxzy.Extensions
Assembly
Fluxzy.Core.dll
public class CompressionInfo
Inheritance
CompressionInfo
Inherited Members

Properties

CompressionName

public string CompressionName { get; set; }

Property Value

string

EncodingToken

The raw content-encoding token (lowercased, e.g. "gzip", "br", "zstd"), or null when not encoded. Used to resolve a decoder, including those provided through ContentDecoderRegistry.

public string? EncodingToken { get; set; }

Property Value

string