Table of Contents

Class PtrRecord

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

Represents a PTR Record Resource (DNS Resource Type 12).

public class PtrRecord : TargetResource
Inheritance
PtrRecord
Inherited Members

Constructors

PtrRecord(string, string, int)

Initializes a new instance of the PtrRecord class.

public PtrRecord(string domain, string targetDomain, int ttl = 2000)

Parameters

domain string

The domain this Record is about.

targetDomain string

The targetDomain which points to the domain.

ttl int

The TTL of this resource.