SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

downloadBlockSize (property)

The download block size in bytes.

Syntax

@property (nonatomic,readwrite,assign,getter=downloadBlockSize,setter=setDownloadBlockSize:) int downloadBlockSize;
- (int)downloadBlockSize;
- (void)setDownloadBlockSize:(int)newDownloadBlockSize;
public var downloadBlockSize: Int32 {
  get {...}
set {...} }

Default Value

65536

Remarks

Use this property to manually control the size of download blocks. Typically you will only need to adjust this property if the default transfer settings (AutoAdjustTransferBlock) don't work.

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