boost::corosio::reverse_resolver_result
The result of a reverse DNS resolution.
Synopsis
Declared in <boost/corosio/resolver_results.hpp>
class reverse_resolver_result;
Description
This class holds the result of resolving an endpoint into a hostname and service name.
Member Functions
Name |
Description |
|
Constructors |
Get the endpoint that was resolved. |
|
Get the resolved host name. |
|
Get the resolved service name. |
Created with MrDocs