boost::corosio::tls_role

TLS handshake role.

Synopsis

enum class tls_role : int;

Description

Specifies whether to perform the TLS handshake as a client or server.

Members

Name

Description

client

Perform handshake as the connecting client.

server

Perform handshake as the accepting server.

See Also

stream::handshake

Created with MrDocs