Table of Contents

Class RecordNsap

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

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

reader RecordReader

The 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

ushort

NsapAddress

Gets the NSAP address as a collection of bytes.

public Collection<byte> NsapAddress { get; }

Property Value

Collection<byte>

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.