asio C++ library

PrevUpHomeNext

ip::resolver_service::resolve

Resolve a query to a list of entries.

iterator_type resolve(
    implementation_type & impl,
    const query_type & query,
    asio::error_code & ec);
  » more...

Resolve an endpoint to a list of entries.

iterator_type resolve(
    implementation_type & impl,
    const endpoint_type & endpoint,
    asio::error_code & ec);
  » more...

PrevUpHomeNext