SecureBlackbox 2020 iOS Edition

Questions / Feedback?

timeout (property)

Specifies waiting timeout (in milliseconds).

Syntax

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

Default Value

120000

Remarks

This property specifies the timeout (in milliseconds) to wait for server's response.

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