Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
websocket::stream::is_open

Returns true if the stream is open.

Synopsis
bool
is_open() const;
Description

The stream is open after a successful handshake, and when no error has occurred.


PrevUpHomeNext