Show / Hide Table of Contents

Class AAAARecord

Represents an AAAA record which maps a domain name to a IPv6 address.

Inheritance
Object
Record
AAAARecord
Inherited Members
Record.Content
Record.Disabled
Record.SetPtr
Namespace: PowerDns.Client.Models
Assembly: PowerDns.Client.dll
Syntax
public class AAAARecord : Record

Constructors

AAAARecord(IPAddress)

Constructs a new AAAA record.

Declaration
public AAAARecord(IPAddress ipAddress)
Parameters
Type Name Description
IPAddress ipAddress
Exceptions
Type Condition
InvalidIPv4AddressException
In This Article
Back to top Copyright Bastian Eicher