2025-04-27 07:49:33 -04:00

173 lines
6.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>IIsCompressionSchemes</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
TempString = navigator.appVersion
if (navigator.appName == "Microsoft Internet Explorer"){
// Check to see if browser is Microsoft
if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else {
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
}
}
else if (navigator.appName == "Netscape") {
// Check to see if browser is Netscape
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
//-->
</script>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Window_OnLoad()
Dim frmContents
On Error Resume Next
If Not Parent Is Nothing Then
Set frmContents = Parent.Contents
If Not frmContents Is Nothing Then
frmContents.Window.TOCSynch_Click
End If
End If
End Sub
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META NAME="MS-IT-LOC" Content="Internet Information Services">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H2><A NAME="_k2_iiscompressionschemes"></A><SUP></SUP>IIsCompressionSchemes</H2>
<P><B>IIsCompressionSchemes</B> is an ADSI container object that contains the individual HTTP 1.1 compression schemes that are available to IIS, represented by the ADSI object <A HREF="/iishelp/iis/htm/asp/aore6sh1.htm"><B>IIsCompressionScheme</B></A>. In addition, all global compression settings for the IIS installation are stored in <B>IIsCompressionSchemes</B>.</P>
<H6>ADsPath</H6>
<DL>
<DT>IIS://<I>MachineName</I>/W3SVC/Filters/Compression/Parameters</DT>
<DT></DT>
</DL>
<P>where <I>MachineName </I>can be any name or "LocalHost."</P>
<H6>Syntax</H6>
<P><I>varReturn </I><B>= </B><I>object</I>.<I>Method</I></P>
<P><I>varReturn </I><B>= </B><I>object</I>.<I>Property</I></P>
<H6>Parts</H6>
<DL>
<DT><I>varReturn</I></DT>
<DD>A variable that receives the return value from the method.<BR>
</DD>
<DT><I>object</I></DT>
<DD>A variable that refers to the <B>IIsCompressionSchemes </B>object, usually as a result of a previous <B>GetObject</B> operation.<BR>
</DD>
<DT><I>Method </I>or <I>Property</I></DT>
<DD>The particular object method or property that you want to use.</DD>
</DL>
<H6>Can Contain</H6>
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=cols>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore6sh1.htm"><B>IIsCompressionScheme</B></A></TD>
<TD width=50%>&nbsp;</TD>
</TR>
</TABLE><BR>
<H6>Properties</H6>
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=cols>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/adsi57hv.htm"><B>ADSI Object Properties</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/adsi65yr.htm"><B>ADSI Container Object Properties</B></A></TD>
</TR>
</TABLE><BR>
<H6>Metabase Properties</H6>
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro6oj6.htm"><B>HcCacheControlHeader</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro96jp.htm"><B>HcIoBufferSize</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro9isl.htm"><B>HcCompressionBufferSize</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro47mt.htm"><B>HcMaxDiskSpaceUsage</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro18mx.htm"><B>HcCompressionDirectory</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro4wko.htm"><B>HcMaxQueueLength</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro5ahz.htm"><B>HcDoDiskSpaceLimiting</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro2egg.htm"><B>HcMinFileSizeForComp</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro7qum.htm"><B>HcDoDynamicCompression</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro8ods.htm"><B>HcNoCompressionForHttp10</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro0r72.htm"><B>HcDoOnDemandCompression</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro4bar.htm"><B>HcNoCompressionForProxies</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro9fla.htm"><B>HcDoStaticCompression</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro27xh.htm"><B>HcNoCompressionForRange</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro45ki.htm"><B>HcExpiresHeader</B></A></TD>
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro9q43.htm"><B>HcSendCacheHeaders</B></A></TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/apro36p1.htm"><B>HcFilesDeletedPerDiskFree</B></A></TD>
<TD width=50%>&nbsp;</TD>
</TR>
</TABLE><BR>
<H6>Methods</H6>
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/adsi0ewj.htm"><B>ADSI Object Methods</B></A></TD>
<TD width=50%>Standard methods for ADSI objects.</TD>
</TR>
<TR VALIGN="top">
<TD width=50%><A HREF="/iishelp/iis/htm/asp/adsi7qpf.htm"><B>ADSI Container Object Methods</B></A></TD>
<TD width=50%>Standard methods for ADSI container objects.</TD>
</TR>
</TABLE><BR>
<hr class="iis" size="1">
<p align="center"><em><a href="../../../common/colegal.htm">&copy; 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
</BODY>
</HTML>