![]() |
Home | Libraries | People | FAQ | More |
Inheritance diagram for boost::asio::ssl::stream_base:
Public Types | |
client | |
Perform handshaking as a client. | |
server | |
Perform handshaking as a server. | |
enum | handshake_type { client, server } |
Different handshake types. More... | |
Protected Member Functions | |
~stream_base () | |
Protected destructor to prevent deletion through this type. |
boost::asio::ssl::stream_base::~stream_base | ( | ) | [protected] |
Protected destructor to prevent deletion through this type.
Copyright © 2003 - 2006 Christopher M. Kohlhoff |