public SSHCompressionAlgorithm PreferredCompressionAlgorithms { get; set; }Public Property PreferredCompressionAlgorithms As SSHCompressionAlgorithm
Get
Setpublic:
property SSHCompressionAlgorithm PreferredCompressionAlgorithms {
SSHCompressionAlgorithm get ();
void set (SSHCompressionAlgorithm value);
}member PreferredCompressionAlgorithms : SSHCompressionAlgorithm with get, setThis property applies to SFTP/SCP only. Use the Protocol property to select the protocol.
The default is generally appropriate in most situations.