Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DNS

The DNS resolution results.

Properties

Optional addresses

addresses: Array<string>

The addresses returned by DNS resolution.

Optional domainLookupDuration

domainLookupDuration: undefined | number

Total DNS resolution duration, in milliseconds. Calculated using {@code domainLookupEnd} minus {@code domainLookupStart}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: DNS): object

getJsonObj

  • getJsonObj(obj: DNS): object