API Reference
Class
IpEnrichmentRow
Enriched IP row (source + rDNS + RDAP + geo hints).
Inheritance
- Object
- IpEnrichmentRow
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 IpEnrichmentAnalysis.Rows
- Property IpEnrichmentInfo.Rows
Constructors
public IpEnrichmentRow() #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 IpAddressFamilyKind AddressFamily { get; set; } #Gets or sets the address family value.
public IpEnrichmentSourceKind SourceKind { get; set; } #Gets or sets the source kind value.
public String SourceHost { get; set; } #Gets or sets the source host value.
public String Ptr { get; set; } #Gets or sets the ptr value.
public String PtrRecords { get; set; } #Gets or sets the ptr records value.
public Nullable<Int32> Asn { get; set; } #Gets or sets the asn value.
public String AsName { get; set; } #Gets or sets the as name value.
public String Cidr { get; set; } #Gets or sets the cidr value.
public String Country { get; set; } #Gets or sets the country value.
public String Region { get; set; } #Gets or sets the region value.