API Reference
Class
BindFileParser
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
- Path to the zone file on disk.
- debugPrint System.Action{System.String}
- Optional callback for debug information.
Returns
List of parsed DnsAnswer objects.