Class RecordRp
Responsible person DNS record.
public record RecordRp : Record, IEquatable<Record>, IEquatable<RecordRp>
- Inheritance
-
RecordRp
- Implements
- Inherited Members
Constructors
RecordRp(RecordReader)
Initializes a new instance of the RecordRp class.
public RecordRp(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record data.
Properties
MailboxDomain
Gets or sets the mailbox domain.
public string MailboxDomain { get; set; }
Property Value
TxtDomain
Gets or sets the text domain.
public string TxtDomain { get; set; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
Domains as a string.