API Reference
Class
FCrDnsResult
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
- Property FCrDnsAnalysis.Results
- Property FcrDnsInfo.Results
Constructors
public FCrDnsResult() #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 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.