boost::corosio::tls_role
TLS handshake role.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
enum class tls_role : int;
Members
Name |
Description |
|
Perform handshake as the connecting client. |
|
Perform handshake as the accepting server. |
See Also
stream::handshake
Created with MrDocs