[This is preliminary documentation and subject to change]

IIsCompressionScheme

The IIsCompressionScheme IIS Admin Object is an ADSI object that contains configuration information about an individual compression scheme. All instances of the IIsCompressionScheme object are contained within IIsCompressionSchemes.

ADsPath
IIS://MachineName/W3SVC/Filters/Compression/Scheme

where MachineName can be any name, or "LocalHost."

Syntax

varReturn=object.Method

varReturn=object.Property

 

Parts
varReturn
A variable that receives the return value from the method.
object
A variable that refers to the IIsCompressionScheme object, usually as a result of a previous GetObject operation.
Method or Property
The particular object method or property that you want to use.
Properties
ADSI Object Properties 

Metabase Properties
HcCompressionDllHcFileExtensions
HcCreateFlagsHcMimeType
HcDoDynamicCompressionHcOnDemandCompLevel
HcDoStaticCompressionHcPriority
HcDoOnDemandCompressionHcScriptFileExtensions
HcDynamicCompressionLevel 

Methods
ADSI Object MethodsStandard methods for ADSI objects.


© 1997-2001 Microsoft Corporation. All rights reserved.