SecureBlackbox 2020 iOS Edition

Questions / Feedback?

socketDNSPort (property)

Specifies the port number to be used for sending queries to the DNS server.

Syntax

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

Default Value

0

Remarks

Specifies the port number to be used for sending queries to the DNS server.

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