WSManConnectionInfo.UseCompression Property

Definition

If true, underlying WSMan infrastructure will compress data sent on the network. If false, data will not be compressed. Compression improves performance by reducing the amount of data sent on the network. Compression my require extra memory consumption and CPU usage. In cases where available memory / CPU is less, set this property to false. By default the value of this property is "true".

public:
 property bool UseCompression { bool get(); void set(bool value); };
public:
 property bool UseCompression { bool get(); void set(bool value); };
public bool UseCompression { get; set; }
member this.UseCompression : bool with get, set
Public Property UseCompression As Boolean

Property Value

Applies to