SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

socketOutgoingSpeedLimit (property)

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

Syntax

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

Default Value

0

Remarks

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

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