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
HcCompressionDll HcFileExtensions
HcCreateFlags HcMimeType
HcDoDynamicCompression HcOnDemandCompLevel
HcDoStaticCompression HcPriority
HcDoOnDemandCompression HcScriptFileExtensions
HcDynamicCompressionLevel  

Methods
ADSI Object Methods Standard methods for ADSI objects.