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 | |
_ASYNCRTIMP | websocket_client_task_impl (websocket_client_config config) |
_ASYNCRTIMP pplx::task< websocket_incoming_message > | receive () |
_ASYNCRTIMP void | close_pending_tasks_with_error (const websocket_exception &exc) |
const std::shared_ptr< websocket_client_callback_impl > & | callback_client () const |