DynamicTypeSettings Class [IIS 7 and higher]

Specifies the MIME types that IIS serves with dynamic compression.

Syntax

class DynamicTypeSettings: EmbeddedObject

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the DynamicTypeSettings class.

Name

Description

DynamicTypes

An array of HttpCompressionMimeTypeElement values that specify whether IIS will dynamically compress a particular MIME type before serving it.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the DynamicTypes array property of the HttpCompressionSection class.

Inheritance Hierarchy

EmbeddedObject

   DynamicTypeSettings

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

EmbeddedObject Class [IIS 7 and higher]

HttpCompressionMimeTypeElement Class [IIS 7 and higher]

HttpCompressionSchemeElement Class [IIS 7 and higher]

HttpCompressionSection Class [IIS 7 and higher]

StaticTypeSettings Class [IIS 7 and higher]

Other Resources

Compression Modules