API Reference
Class
IPNeighborResult
Represents a set of domains hosted on a single IP.
Inheritance
- Object
- IPNeighborResult
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 IPNeighborAnalysis.Results
- Property IpNeighborInfo.Results
Constructors
public IPNeighborResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String IpAddress { get; set; } #IP address shared by multiple domains.
public List<String> Domains { get; set; } #Domains associated with IpAddress.
public Boolean RPKIValid { get; set; } #True when the origin is valid per RPKI.
public Int32 CoHostCount { get; set; } #Total number of co-hosted domains observed.
public String Category { get; set; } #Simple categorization of co-hosting density (Low/Medium/High/Extreme).
public String Type { get; set; } #Source type: "Apex" (A/AAAA) or "MX" (mail hosts).