Gets or sets a value indicating if HTTP compression is enabled.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableHttpCompression{ get; set;}
Public Property EnableHttpCompression As Boolean
public:
property bool EnableHttpCompression {
	bool get ();
	void set (bool value);
}

Field Value

true if compression is enabled, otherwise returns false.

See Also