API Reference
Class
SoaRecord
Represents a SOA record with zone information.
Inheritance
- Object
- SoaRecord
Remarks
Start of Authority records describe global parameters for a DNS zone.
Constructors
public SoaRecord(String primaryNameServer, String responsiblePerson, UInt32 serial, UInt32 refresh, UInt32 retry, UInt32 expire, UInt32 minimum) #Initializes a new instance of the SoaRecord class.
Parameters
- primaryNameServer System.String
- responsiblePerson System.String
- serial System.UInt32
- refresh System.UInt32
- retry System.UInt32
- expire System.UInt32
- minimum System.UInt32
Inherited Methods
Properties
public String PrimaryNameServer { get; } #Gets the primary name server for the zone.
public String ResponsiblePerson { get; } #Gets the email address of the party responsible for the zone.
public UInt32 Refresh { get; } #Gets the zone refresh interval in seconds.
public UInt32 Retry { get; } #Gets the retry interval in seconds.
public UInt32 Expire { get; } #Gets the zone expiration time in seconds.
public UInt32 Minimum { get; } #Gets the minimum TTL for records in the zone.