Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
any_connection::~any_connection

Destructor.

Synopsis
~any_connection();
Description

Closes the connection at the transport layer (by closing any underlying socket objects). If you require a clean close, call close or async_close before the connection is destroyed.


PrevUpHomeNext