SeekfordSolutions.DNSMXWizard Class Library

PointerData Class

PointerData Members

A Pointer specific data record used in ResourceRecord.Data

        [C#]
        public class PointerData : Object
      

Remarks

Pointer Record. Also called a reverse record. A PTR record associates an IP address with a canonical name. PTR records should point to a name that can be resolved back to the IP address. The name of the pointer record is not the IP address itself, but is the IP address’ four IP octets in reverse order followed by IN-ADDR.ARPA. for Example: 192.168.0.1 becomes 1.0.168.192.IN-ADDR.ARPA.

See Also

DNSMXWizard Namespace