IIsCompressionSchemes (ADSI)
IIsCompressionSchemes is an ADSI container object that contains the individual HTTP 1.1 compression schemes that are available to IIS, represented by the ADSI object IIsCompressionScheme (ADSI). In addition, all global compression settings for the IIS installation are stored in the IIsCompressionSchemes object.
The IIsCompressionSchemes object has no methods.
The IIsCompressionSchemes object defines the following property.
Property |
Description |
---|---|
Windows ADSI Container Object Properties |
- IIS:// MachineName/W3SVC/Filters/Compression/Parameters
where MachineName can be any name or LocalHost.
varReturn = object. Method
varReturn = object. Property
varReturn
A variable that receives the return value from the method.object
A variable that refers to the IIsCompressionSchemes object, usually as a result of a previous GetObject operation.Method or Property
The particular object method or property that you want to use.
Windows ADSI Object Methods |
Standard methods for ADSI objects. |
Windows ADSI Container Object Methods |
Standard methods for ADSI container objects. |
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS