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 | Friends | List of all members
web::http::experimental::listener::details::hostport_listener Class Reference

Public Member Functions

 hostport_listener (http_linux_server *server, const std::string &hostport, bool is_https, const http_listener_config &config)
 
void start ()
 
void stop ()
 
void add_listener (const std::string &path, web::http::experimental::listener::details::http_listener_impl *listener)
 
void remove_listener (const std::string &path, web::http::experimental::listener::details::http_listener_impl *listener)
 

Friends

class connection
 

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