QDnsServiceRecord Class
The QDnsServiceRecord class stores information about a DNS SRV record. More...
| Header: | #include <QDnsServiceRecord> |
| 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 QDnsServiceRecord instance.
The meaning of the fields is defined in RFC 2782.
See also QDnsLookup.