asio C++ library

PrevUpHomeNext

ip::basic_endpoint::port

Get the port associated with the endpoint. The port number is always in the host's byte order.

unsigned short port() const;
  » more...

Set the port associated with the endpoint. The port number is always in the host's byte order.

void port(
    unsigned short port_num);
  » more...

PrevUpHomeNext