DNSPort (property)

The port where the DNS server is listening.

Syntax

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

Default Value

53

Remarks

This property contains the port where the DNS server is listening. The default value is 53 but you may set this property to any other value for use with experimental servers, etc.

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