Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

ssl::stream::shutdown (重载 1 of 2) - Boost C++ 函数库
PrevUpHomeNext

关闭流上的 SSL。

void shutdown();

此函数用于关闭流上的 SSL。函数调用将阻塞,直到 SSL 关闭或发生错误为止。

异常

boost::system::system_error

失败时抛出。


PrevUpHomeNext