An NDoc Documented Class Library

A6Record Constructor 

Creates a A6Record with all the required information. Record Name (Hostname) Record Type Record Class Time to Live, time in seconds after which the record will expire. Length of prefix bits. Suffix Address bits. 128 - prefixLen number of bits. Prefix Name that needs to be resolved to get the prefix address bits.

public A6Record(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   int prefixLen,
   byte[] suffixAddress,
   string prefixName
);

See Also

A6Record Class | Lavantech.Dns Namespace