Class RecordAfsdb
DNS AFSDB Record.
public record RecordAfsdb : Record, IEquatable<Record>, IEquatable<RecordAfsdb>
- Inheritance
-
RecordAfsdb
- Implements
- Inherited Members
Remarks
AFS Database location resource record
Constructors
RecordAfsdb(RecordReader)
Initializes a new instance of the RecordAfsdb class.
public RecordAfsdb(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record data.
Properties
Hostname
Gets the hostname.
public string Hostname { get; }
Property Value
- string
AFSDB hostname as a string.
SubType
Gets the subtype.
public ushort SubType { get; }
Property Value
- ushort
AFSDB subtype as an unsigned short.
Methods
ToString()
String representation of the record.
public override string ToString()
Returns
- string
String version of the data.