Table of Contents

Class RecordIsdn

Namespace
Ubiety.Dns.Core.Records
Assembly
Ubiety.Dns.Core.dll

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

reader RecordReader

RecordReader for the record data.

Properties

IsdnAddress

Gets or sets the ISDN address.

public string IsdnAddress { get; set; }

Property Value

string

SA

Gets or sets SA.

public string SA { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

String version of the data.