Domain Detective

API Reference

Class

ARecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents an A record containing an IPv4 address.

Inheritance

  • Object
  • ARecord

Remarks

Defined in RFC 1035 section 3.4.1.

Constructors

public ARecord(IPAddress address) #

Initializes a new instance of the ARecord class.

Parameters

address System.Net.IPAddress requiredposition: 0
IPv4 address.

Properties

public IPAddress Address { get; } #

Gets the IP address.

{{ include "footer" }}