Class RecordIsdn
ISDN DNS record.
public record RecordIsdn : Record, IEquatable<Record>, IEquatable<RecordIsdn>
- Inheritance
-
RecordIsdn
- Implements
- Inherited Members
Constructors
RecordIsdn(RecordReader)
Initializes a new instance of the RecordIsdn class.
public RecordIsdn(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record data.
Properties
IsdnAddress
Gets or sets the ISDN address.
public string IsdnAddress { get; set; }
Property Value
SA
Gets or sets SA.
public string SA { get; set; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
String version of the data.