An NDoc Documented Class Library

PTRRecord Constructor 

Creates a PTRRecord with all the required information.

public PTRRecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   string ptrName
);

Parameters

rname
Record Name
rtype
Record Type
rclass
Record Class
ttl
Time to Live, time in seconds after which the record will expire.
ptrName
Hostname

See Also

PTRRecord Class | Lavantech.Dns Namespace