SoaRecord Class

Definition

An SOA record.

public class SoaRecord
type SoaRecord = class
Public Class SoaRecord
Inheritance
SoaRecord

Constructors

SoaRecord()

Initializes a new instance of the SoaRecord class.

SoaRecord(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the SoaRecord class.

Properties

Email

Gets or sets the email contact for this SOA record.

ExpireTime

Gets or sets the expire time for this SOA record.

Host

Gets or sets the domain name of the authoritative name server for this SOA record.

MinimumTtl

Gets or sets the minimum value for this SOA record. By convention this is used to determine the negative caching duration.

RefreshTime

Gets or sets the refresh value for this SOA record.

RetryTime

Gets or sets the retry time for this SOA record.

SerialNumber

Gets or sets the serial number for this SOA record.

Applies to