SecureBlackbox 2020 iOS Edition

Questions / Feedback?

socketTimeout (property)

The maximum period of waiting, in milliseconds, after which the socket operation is considered unsuccessful.

Syntax

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

Default Value

60000

Remarks

The maximum period of waiting, in milliseconds, after which the socket operation is considered unsuccessful.

If Timeout is set to 0, a socket operation will expire after the system-default timeout (2 hrs 8 min for TCP stack).

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