SSHSCPClientPreferredCompressionAlgorithms Property
Preferred algorithm(s) to use for data compression
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSHCompressionAlgorithm PreferredCompressionAlgorithms { get; set; }
Public Property PreferredCompressionAlgorithms As SSHCompressionAlgorithm
Get
Set
public:
property SSHCompressionAlgorithm PreferredCompressionAlgorithms {
SSHCompressionAlgorithm get ();
void set (SSHCompressionAlgorithm value);
}
member PreferredCompressionAlgorithms : SSHCompressionAlgorithm with get, set
Property Value
SSHCompressionAlgorithm The default is generally appropriate in most situations.