Domain Detective

API Reference

Class

PtrRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a PTR record mapping an IP address to a hostname.

Inheritance

  • Object
  • PtrRecord

Remarks

PTR records are commonly used for reverse DNS lookups.

Constructors

public PtrRecord(String pointer) #

Initializes a new instance of the PtrRecord class.

Parameters

pointer System.String requiredposition: 0
Pointer host name.

Properties

public String Pointer { get; } #

Gets the pointer host name.

{{ include "footer" }}