API Reference
Class
ReverseDnsResult
Represents PTR lookup result for a single address.
Inheritance
- Object
- ReverseDnsResult
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
- Property ReverseDnsAnalysis.Results
- Property ReverseDnsInfo.Results
Accepted by parameters
- Method FCrDnsAnalysis.Analyze
Constructors
public ReverseDnsResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String IpAddress { get; set; } #Gets or sets the ip address value.
public String PtrRecord { get; set; } #Gets or sets the ptr record value.
public List<String> PtrRecords { get; } #All PTR records returned for the IP.
public String ExpectedHost { get; set; } #Gets or sets the expected host value.
public Boolean IsValid { get; } #True when PtrRecord equals ExpectedHost.
public Boolean FcrDnsValid { get; set; } #True when any PTR hostname resolves back to IpAddress.