CompressibleContentTypeSets Property of the IFPCHTTPCompressionConfiguration Interface

The CompressibleContentTypeSets property gets an FPCRefs collection that contains references to the FPCContentTypeSet collections defining the content type sets for which HTTP compression is allowed or disabled.

[C++]
HRESULT get_CompressibleContentTypeSets(
	IFPCRefs** ppCompressibleContentTypeSets
);

Parameters

ppCompressibleContentTypeSets

Address of an interface pointer that on return points to an IFPCRefs interface that represents the collection of references to the content type sets for which HTTP compression is allowed or disabled.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]
Property CompressibleContentTypeSets As FPCRefs

Property Value

Reference to an FPCRefs collection that contains references to the content type sets for which HTTP compression is allowed or disabled.

Remarks

This property is read-only. References to content type sets can be added or removed by calling the methods of the FPCRefs collection retrieved (the IFPCRefs interface retrieved in C++).

This property is applicable only if the Enabled property is set to True (VARIANT_TRUE in C++). HTTP compression is allowed for the content type sets referenced by this property when the NoCompressionForSpecifiedContentTypes property is set to False (VARIANT_FALSE in C++), while HTTP compression is allowed for all content types except the content type sets referenced by this property when the NoCompressionForSpecifiedContentTypes property is set to True (VARIANT_TRUE in C++).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCHTTPCompressionConfiguration


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.