Table of Contents

Class IisStaticHttpCompressionSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the IIS static HTTP compression settings.

public class IisStaticHttpCompressionSettings : BypassSection
Inheritance
IisStaticHttpCompressionSettings
Inherited Members

Constructors

IisStaticHttpCompressionSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisStaticHttpCompressionSettings class.

public IisStaticHttpCompressionSettings()

Properties

CacheDirectory

Gets or sets the cache directory.

public string CacheDirectory { get; set; }

Property Value

string

MaximumDiskSpaceUsage

Gets or sets the maximum disk space limit per application pool in megabytes.

public uint MaximumDiskSpaceUsage { get; set; }

Property Value

uint

MaximumDiskSpaceUsageString

Gets the maximum disk space limit per application pool.

public string MaximumDiskSpaceUsageString { get; set; }

Property Value

string

MinimumFileSize

Gets or sets the minimum size of the files to compress in bytes.

public uint MinimumFileSize { get; set; }

Property Value

uint

MinimumFileSizeString

Gets the minimum size of the files to compress.

public string MinimumFileSizeString { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisStaticHttpCompressionSettings class from the specified Xml.

public static IisStaticHttpCompressionSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisStaticHttpCompressionSettings object

Returns

IisStaticHttpCompressionSettings

A CENTREL.XIA.Configuration.Types.IisStaticHttpCompressionSettings class from the specified Xml.

ToString()

Returns the static HTTP compression settings as a human readable string.

public override string ToString()

Returns

string

The static HTTP compression settings as a human readable string.