Enum QuestionClass
Represents the class of a DNS question, specifying the scope or network context for a DNS query, such as Internet, CSNET, Chaos, or Hesiod.
public enum QuestionClass
Fields
IN = 1IN class, representing the Internet class for DNS queries.
CS = 2CS class, representing the CSNET (Computer Science Network) class for DNS queries.
CH = 3CH class, representing the Chaos network class for DNS queries.
HS = 4HS class, representing the Hesiod class for DNS queries.
Any = 255ANY class, representing a wildcard class that matches any DNS query class.