Table of Contents

Enum QuestionClass

Namespace
Ubiety.Dns.Core.Common
Assembly
Ubiety.Dns.Core.dll

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 = 1

IN class, representing the Internet class for DNS queries.

CS = 2

CS class, representing the CSNET (Computer Science Network) class for DNS queries.

CH = 3

CH class, representing the Chaos network class for DNS queries.

HS = 4

HS class, representing the Hesiod class for DNS queries.

Any = 255

ANY class, representing a wildcard class that matches any DNS query class.