An NDoc Documented Class Library

TXTRecord Constructor 

Creates a MXRecord with all the required information.

public TXTRecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   char[] txt
);

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.
txt
Text Information for a hostname

See Also

TXTRecord Class | Lavantech.Dns Namespace