An NDoc Documented Class Library

CNAMERecord Constructor 

Creates a CNAMERecord with all the required information. Record Name (Hostname) Record Type Record Class Time to Live, time in seconds after which the record will expire. Canonical name for the hostname

public CNAMERecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   string cname
);

See Also

CNAMERecord Class | Lavantech.Dns Namespace