SecureBlackbox 2020 iOS Edition

Questions / Feedback?

socketDNSMode (property)

Selects the DNS resolver to use: the class's (secure) built-in one, or the one provided by the system.

Syntax

@property (nonatomic,readwrite,assign,getter=socketDNSMode,setter=setSocketDNSMode:) int socketDNSMode;
- (int)socketDNSMode;
- (void)setSocketDNSMode:(int)newSocketDNSMode;

/* Possible Values */
DM_AUTO(0),
DM_PLATFORM(1),
DM_OWN(2),
DM_OWN_SECURE(3)
public var socketDNSMode: AuthenticodesignerSocketDNSModes {
  get {...}
set {...} }
public enum AuthenticodesignerSocketDNSModes : Int32 { case dmAuto = 0 case dmPlatform = 1 case dmOwn = 2 case dmOwnSecure = 3 }

Default Value

0

Remarks

Selects the DNS resolver to use: the component's (secure) built-in one, or the one provided by the system.

dmAuto0
dmPlatform1
dmOwn2
dmOwnSecure3

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