SecureBlackbox 2020 iOS Edition

Questions / Feedback?

socketIncomingSpeedLimit (property)

The maximum number of bytes to read from the socket, per second.

Syntax

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

Default Value

0

Remarks

The maximum number of bytes to read from the socket, per second.

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