Class AaaaRecord
A DnsResourceRecord represending an IPv6 IPAddress.
A 128 bit IPv6 address is encoded in the data portion of an AAAA resource record in network byte order(high-order byte first).
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class AaaaRecord : AddressRecord
Constructors
| Improve this Doc View SourceAaaaRecord(ResourceRecordInfo, IPAddress)
Initializes a new instance of the AaaaRecord class.
Declaration
public AaaaRecord(ResourceRecordInfo info, IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
IPAddress | address | The address. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
ArgumentNullException | If |