boost::corosio::reverse_resolver_result

The result of a reverse DNS resolution.

Synopsis

class reverse_resolver_result;

Description

This class holds the result of resolving an endpoint into a hostname and service name.

Thread Safety

Distinct objects: Safe. Shared objects: Safe.

Member Functions

Name

Description

reverse_resolver_result [constructor]

Constructors

endpoint

Get the endpoint that was resolved.

host_name

Get the resolved host name.

service_name

Get the resolved service name.

Created with MrDocs