An NDoc Documented Class Library

NSRecord Constructor 

Creates a NSRecord with all the required information.

public NSRecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   string nsName
);

Parameters

rname
Record Name (domain name)
rtype
Record Type
rclass
Record Class
ttl
Time to Live, time in seconds after which the record will expire.
nsName
Name Server for the domain.

See Also

NSRecord Class | Lavantech.Dns Namespace