| IWebServerProviderEnableCompression Property  | 
            Gets or sets a value indication that compression has been enabled by the user.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool EnableCompression { get; set; }Property EnableCompression As Boolean
	Get
	Set
property bool EnableCompression {
	bool get ();
	void set (bool value);
}abstract EnableCompression : bool with get, set
Property Value
Type: 
Boolean
See Also