Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The HTTPCompressionConfiguration property gets an FPCHTTPCompressionConfiguration object that holds the configuration settings for Hypertext Transfer Protocol (HTTP) compression.
This property is read-only.
Syntax
HRESULT get_HTTPCompressionConfiguration(
IFPCHTTPCompressionConfiguration **ppHTTPCompressionConfiguration
);
' Data type: FPCHTTPCompressionConfiguration
Property HTTPCompressionConfiguration( _
ByVal ppHTTPCompressionConfiguration As IFPCHTTPCompressionConfiguration _
) As FPCHTTPCompressionConfiguration
Property value
Reference to an FPCHTTPCompressionConfiguration object that holds the configuration settings for HTTP compression.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. However, the configuration settings for HTTP compression can be modified directly using the properties of the FPCHTTPCompressionConfiguration object retrieved (the IFPCHTTPCompressionConfiguration interface retrieved in C++).
After the configuration settings for HTTP compression have been modified, the changes must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the changes to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services after Configuration Changes.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010