2using System.Collections.Generic;
16 private string[] text;
39 List<string>
Text =
new List<string>();
41 while (Data.Position < EndPos)
44 this.text =
Text.ToArray();
54 set => this.text = value;
60 StringBuilder sb =
new StringBuilder(base.ToString());
62 foreach (
string s
in this.text)
Abstract base class for DNS clients.
Abstract base class for a resource record.
TYPE Type
Resource Record Type
CLASS Class
Resource Record Class
string[] Text
Descriptive text.
TXT(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data, long EndPos)
Descriptive text
override string ToString()
CLASS
TYPE fields are used in resource records.
TYPE
TYPE fields are used in resource records.