StaticTypeSettings Class [IIS 7 and higher]
Specifies the MIME types that IIS serves with static compression.
Syntax
class StaticTypeSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the StaticTypeSettings class.
Name |
Description |
---|---|
StaticTypes |
An array of HttpCompressionMimeTypeElement values that specify whether IIS will statically compress a particular MIME type before serving it. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the StaticTypes array property of the HttpCompressionSection class.
Inheritance Hierarchy
StaticTypeSettings
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
DynamicTypeSettings Class [IIS 7 and higher]
EmbeddedObject Class [IIS 7 and higher]
HttpCompressionMimeTypeElement Class [IIS 7 and higher]
HttpCompressionSchemeElement Class [IIS 7 and higher]
HttpCompressionSection Class [IIS 7 and higher]