C-DEngine 5.105

TheServiceHostInfo..::..IsOutputCompressed Property

For debugging purposes, indicate whether message parameters (PLS) can be compressed.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsOutputCompressed { get; set; }
Public Property IsOutputCompressed As Boolean
	Get
	Set
public:
property bool^ IsOutputCompressed {
	bool^ get ();
	void set (bool^ value);
}