QDnsMailExchangeRecord Class
The QDnsMailExchangeRecord class stores information about a DNS MX record. More...
| Header: | #include <QDnsMailExchangeRecord> |
| qmake: | QT += network |
Detailed Description
When performing a lookup on a service, zero or more records will be returned. Each record is represented by a QDnsMailExchangeRecord instance.
The meaning of the fields is defined in RFC 1035.
See also QDnsLookup.