Implements platform-independent DNS lookup Operations.
More...
#include <DNS.h>
|
| DNS () |
|
| ~DNS () |
|
bool | LookupTxT (string lookup, string &result) |
| Starts a DNS lookup for a TXT record.
|
|
Implements platform-independent DNS lookup Operations.
◆ DNS()
◆ ~DNS()
◆ LookupTxT()
bool DNS::LookupTxT |
( |
string | lookup, |
|
|
string & | result ) |
Starts a DNS lookup for a TXT record.
This function will lookup the TXT record for a address
- Parameters
-
lookup | the DNS address to lookup |
result | the result of the lookup request, or empty if the lookup failed. |
- Returns
- success/failure of the Lookup request
◆ status
The documentation for this class was generated from the following files: