Class RecordNsap
Network service access point DNS record.
public record RecordNsap : Record, IEquatable<Record>, IEquatable<RecordNsap>
- Inheritance
-
RecordNsap
- Implements
- Inherited Members
Constructors
RecordNsap(RecordReader)
Initializes a new instance of the RecordNsap class from the specified RecordReader.
public RecordNsap(RecordReader reader)
Parameters
readerRecordReaderThe RecordReader used to read the NSAP record data.
Properties
Length
Gets or sets the length of the NSAP address in bytes.
public ushort Length { get; set; }
Property Value
NsapAddress
Gets the NSAP address as a collection of bytes.
public Collection<byte> NsapAddress { get; }
Property Value
Methods
ToGOSIPV2()
Converts the address to a readable string.
public string ToGOSIPV2()
Returns
- string
String of the address in IPv2 format.
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
NSAP address as a string.