Whether to use HTTP compression between the client and server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.0.23177 (2.2.0.23177)

Syntax

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

See Also