Question class
A Question object stores specifications for a DNS query.
Before executing a query with Connection.QueryEx,
fill out a Question object and add it to the Questions
collection of a Message object.
Message objects returned by queries contain the original question in
the Questions collection.
Properties
| Name |
String |
Domain name for which to get records |
| Type |
Short |
Query type (one of the HexDnsType constants) |
| Class |
Short |
Query class (one of the HexDnsClass constants) |
|