Table of Contents

Class ARecord

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

Represents an A Record Resource (DNS Resource Type 1).

public class ARecord : AddressResource
Inheritance
ARecord
Inherited Members

Constructors

ARecord(string, IPAddress, int)

Initializes a new instance of the ARecord class.

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

Parameters

domain string

The domain this Record points to.

address IPAddress

The IPV4 address that points to the domain.

ttl int

The TTL of this resource.