SecureBlackbox 2020 iOS Edition

Questions / Feedback?

handshakeTimeout (property)

Specifies the handshake timeout in milliseconds.

Syntax

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

Default Value

20000

Remarks

Use this property to set the TLS handshake timeout.

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