Domain Detective

API Reference

Class

BindFileParser

Namespace DnsClientX

Helper class capable of parsing simplified BIND style zone files.

Inheritance

  • Object
  • BindFileParser

Methods

ParseZoneFile(System.String path, System.Action{System.String} debugPrint) #

Parses a BIND zone file and returns DNS answers found in the file.

Parameters

path System.String required
Path to the zone file on disk.
debugPrint System.Action{System.String} required
Optional callback for debug information.

Returns

List of parsed DnsAnswer objects.

{{ include "footer" }}