SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsForceCompression (property)

Whether the SSH client should explicitly request compression.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHSettingsForceCompression,setter=setSSHSettingsForceCompression:) BOOL SSHSettingsForceCompression;
- (BOOL)SSHSettingsForceCompression;
- (void)setSSHSettingsForceCompression:(BOOL)newSSHSettingsForceCompression;
public var SSHSettingsForceCompression: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Whether the SSH client should explicitly request compression.

If ForceCompression is False, compression will be used only if the server doesn't support algorithms without compression.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]