![]() |
Home | Libraries | People | FAQ | More |
Destructor.
~any_connection();
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.