Table of Contents

Class AaaaRecord

Namespace
Iot.Device.MulticastDns.Entities
Assembly
Iot.Device.MulticastDns.dll

Represents an AAAA Record Resource (DNS Resource Type 28).

public class AaaaRecord : AddressResource
Inheritance
AaaaRecord
Inherited Members

Constructors

AaaaRecord(string, IPAddress, int)

Initializes a new instance of the AaaaRecord class.

public AaaaRecord(string domain, IPAddress address, int ttl = 2000)

Parameters

domain string

The domain this Record points to.

address IPAddress

The IPV6 address that points to the domain.

ttl int

The TTL of this resource.