SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

forceCompression (property)

Enforces compression for the SSH layer.

Syntax

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

Default Value

FALSE

Remarks

Set this property before opening a connection to enforce compression of the SSH packets.

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