HTTPCompressionConfiguration Property of IFPCWebProxy2[C++] | FPCWebProxy.HTTPCompressionConfiguration [Visual Basic]
The HTTPCompressionConfiguration property gets an FPCHTTPCompressionConfiguration object that holds the configuration settings for Hypertext Transfer Protocol (HTTP) compression. (This property is introduced in ISA Server 2006.)
HRESULT get_HTTPCompressionConfiguration( IFPCHTTPCompressionConfiguration** ppHTTPCompressionConfiguration );
Parameters
- ppHTTPCompressionConfiguration
- Address of an interface pointer that on return points to an IFPCHTTPCompressionConfiguration interface that represents the configuration settings for HTTP compression.
Return Values
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 IFPCHTTPCompressionConfiguration interface retrieved.
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.
This property is not available in ISA Server 2004.
The HTTPCompressionConfiguration property gets an FPCHTTPCompressionConfiguration object that holds the configuration settings for Hypertext Transfer Protocol (HTTP) compression. (This property is introduced in ISA Server 2006.)
Property HTTPCompressionConfiguration As FPCHTTPCompressionConfiguration
Property Value
Reference to an FPCHTTPCompressionConfiguration object that holds the configuration settings for HTTP compression.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.
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.
This property is not available in ISA Server 2004.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. |
| Version | Requires Internet Security and Acceleration Server 2006. |
| IDL | Declared in Msfpccom.idl. |
| DLL | Requires Msfpccom.dll. |