API Reference
Class
UnknownRecord
Represents a DNS record type without a dedicated parser.
Inheritance
- Object
- UnknownRecord
Remarks
This class simply exposes the raw data string for unknown record types.
Constructors
public UnknownRecord(String data) #Initializes a new instance of the UnknownRecord class.
Parameters
- data System.String
- The raw record data.