An NDoc Documented Class Library

ARecord Constructor 

Creates a ARecord with all the required information. Record Name (Hostname) Record Type Record Class Time to Live, time in seconds after which the record will expire. IP Address.

public ARecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   IPAddress ip
);

See Also

ARecord Class | Lavantech.Dns Namespace