728x90
반응형
ssl::stream::handshake
SSL 핸드셰이크을 수행한다.
void handshake( handshake_type type);
void handshake( handshake_type type, boost::system::error_code & ec);
template< typename ConstBufferSequence> void handshake( handshake_type type, const ConstBufferSequence & buffers);
[ConstBufferSequence, handshake]
template< typename ConstBufferSequence> void handshake( handshake_type type, const ConstBufferSequence & buffers, boost::system::error_code & ec);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - execution_context::has_service (0) | 2021.01.29 |
---|---|
Boost.Asio 색인 - serial_port_base::flow_control::type (0) | 2021.01.29 |
Boost.Asio 색인 - dynamic_vector_buffer::grow (0) | 2021.01.29 |
Boost.Asio 색인 - dynamic_string_buffer::grow (0) | 2021.01.29 |
Boost.Asio 색인 - basic_io_object::get_service (0) | 2021.01.29 |