SecureBlackbox 2020 iOS Edition

Questions / Feedback?

allowKeepAlive (property)

Enables or disables keep-alive mode.

Syntax

@property (nonatomic,readwrite,assign,getter=allowKeepAlive,setter=setAllowKeepAlive:) BOOL allowKeepAlive;
- (BOOL)allowKeepAlive;
- (void)setAllowKeepAlive:(BOOL)newAllowKeepAlive;
public var allowKeepAlive: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Use this property to enable or disable the keep-alive connection mode. If keep-alive is enabled, clients that choose to use it may stay connected for a while.

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