Domain Detective

API Reference

Class

RdapAutnum

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents an autonomous system number object in RDAP.

Inheritance

  • Object
  • RdapAutnum

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 RdapAutnum() #

Properties

public String Handle { get; set; } #
JsonPropertyName("handle")

Autonomous system handle.

public Nullable<Int32> Start { get; set; } #
JsonPropertyName("startAutnum")

Starting ASN.

public Nullable<Int32> End { get; set; } #
JsonPropertyName("endAutnum")

Ending ASN.

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

Autonomous system name.

{{ include "footer" }}