Boost.Socks Logo

PrevUpHomeNext

endpoint

Type used to represent endpoints.

Synopsis

Defined in header <boost/socks/endpoint.hpp>

using endpoint = asio::ip::tcp::endpoint;
Description

Unlike Asio functions, which might use other Endpoint types, SOCKS can only connect to an asio::ip::tcp::endpoint

Convenience header <boost/socks.hpp>


PrevUpHomeNext