C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Public Member Functions | List of all members
web::http::experimental::listener::details::connection Class Reference

Public Member Functions

 connection (std::unique_ptr< boost::asio::ip::tcp::socket > socket, http_linux_server *server, hostport_listener *parent, bool is_https, const std::function< void(boost::asio::ssl::context &)> &ssl_context_callback)
 
 connection (const connection &)=delete
 
connectionoperator= (const connection &)=delete
 
void close ()
 

The documentation for this class was generated from the following file: