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)