Domain Detective

API Reference

Class

FCrDnsResult

Namespace DomainDetective.FCrDnsAnalysis
Assembly DomainDetective

Represents forward confirmed result for a single address.

Inheritance

  • Object
  • FCrDnsResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String IpAddress { get; set; } #

Gets or sets the ip address value.

public List<String> PtrRecords { get; set; } #

Gets or sets the ptr records value.

public String PtrRecord { get; } #

Represents the ptr record value.

public Boolean ForwardConfirmed { get; set; } #

True when PTR hostname resolves to the original IP.

{{ include "footer" }}