Domain Detective

API Reference

Class

RdapCidr0

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

RDAP extension structure for CIDR notation entries. See: https://www.arin.net/resources/registry/whois/rdap/ (cidr0)

Inheritance

  • Object
  • RdapCidr0

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

Constructors

public RdapCidr0() #

Properties

public String V4Prefix { get; set; } #
JsonPropertyName("v4prefix")

Gets or sets the v4 prefix value.

public String V6Prefix { get; set; } #
JsonPropertyName("v6prefix")

Gets or sets the v6 prefix value.

public Nullable<Int32> Length { get; set; } #
JsonPropertyName("length")

Gets or sets the length value.

{{ include "footer" }}