$search
#include <stream_base.hpp>

Public Types | |
| enum | handshake_type { client, server } |
Different handshake types. More... | |
Protected Member Functions | |
| ~stream_base () | |
| Protected destructor to prevent deletion through this type. | |
The stream_base class is used as a base for the asio::ssl::stream class template so that we have a common place to define various enums.
Definition at line 29 of file stream_base.hpp.
Different handshake types.
Definition at line 33 of file stream_base.hpp.
| asio::ssl::stream_base::~stream_base | ( | ) | [inline, protected] |
Protected destructor to prevent deletion through this type.
Definition at line 44 of file stream_base.hpp.