An NDoc Documented Class Library

SOARecord Constructor 

Creates a SOARecord with all the required information.

public SOARecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   string pNS,
   string adminMB,
   long serial,
   long refresh,
   long retry,
   long expiry,
   long minTTL
);

Parameters

rname
Record Name (Hostname)
rtype
Record Type
rclass
Record Class
ttl
Time to Live, time in seconds after which the record will expire.
pNS
Primary Name Server for the domain.
adminMB
Administrator mailbox for the domain.
serial
Serial number for the records of the domain. This is more like a version number. Whenever any record for the domain is changed, this serial number is changed.
refresh
Refresh Interval in seconds. How often the records are refreshed.
retry
Retry Interval.
expiry
Expiry Interval.
minTTL
Minimum TTL.

See Also

SOARecord Class | Lavantech.Dns Namespace