Whether to use HTTP compression between the client and server.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.1.0 (10.6.1.0)
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); }