|
IClientSubscriptionUsePayloadCompression Property
|
Gets or sets flag that determines if payload compression should be enabled in data packets of this
IClientSubscription.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax bool UsePayloadCompression { get; set; }
Property UsePayloadCompression As Boolean
Get
Set
property bool UsePayloadCompression {
bool get ();
void set (bool value);
}
abstract UsePayloadCompression : bool with get, set
function get_UsePayloadCompression();
function set_UsePayloadCompression(value);
Property Value
BooleanSee Also