Skip to content

SSH.Session.UseCompression

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

SSH.Session.UseCompression

Property declaration

 Dim UseCompression As Boolean

Remarks

Gets and sets whether the session will request compression. Defaults to True if compression is available on the client side. Changing this property's value has no effect once the session is connected.

Clone this wiki locally