2using System.Collections.Generic;
13 private readonly
string qNAME;
14 private readonly
QTYPE qTYPE;
15 private readonly
QCLASS qCLASS;
33 public string QNAME => this.qNAME;
48 return this.qNAME +
"\t" + this.qTYPE.ToString() +
"\t" + this.qCLASS.ToString();
Contains information about a DNS Question
Question(string QNAME, QTYPE QTYPE, QCLASS QCLASS)
Contains information about a DNS Question
override string ToString()
QTYPE
QTYPE fields appear in the question part of a query.
QCLASS
QCLASS fields appear in the question section of a query.