Domain Detective

API Reference

Class

RdapIpNetwork

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents an IP network object in RDAP.

Inheritance

  • Object
  • RdapIpNetwork

Usage

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

Constructors

public RdapIpNetwork() #

Properties

public String StartAddress { get; set; } #
JsonPropertyName("startAddress")

Starting IP address.

public String EndAddress { get; set; } #
JsonPropertyName("endAddress")

Ending IP address.

public String Cidr { get; set; } #
JsonPropertyName("cidr")

CIDR notation for the network.

public RdapCidr0[] Cidr0Cidrs { get; set; } #
JsonPropertyName("cidr0_cidrs")

ARIN/extension style list of CIDR entries.

public String Country { get; set; } #
JsonPropertyName("country")

Country code when provided by RDAP service.

public String Name { get; set; } #
JsonPropertyName("name")

Display name when provided.

public RdapEntity[] Entities { get; set; } #
JsonPropertyName("entities")

Entities associated with this IP network (may include ASN orgs).

{{ include "footer" }}