QDnsTextRecord Class

The QDnsTextRecord class stores information about a DNS TXT record. More...

Header: #include <QDnsTextRecord>
qmake: QT += network

Detailed Description

When performing a text lookup, zero or more records will be returned. Each record is represented by a QDnsTextRecord instance.

The meaning of the fields is defined in RFC 1035.

See also QDnsLookup.