Outputs the results of the WebSocket handshake operation.
void at_ws_handshake( error_code ec, asio::ip::tcp::endpoint ep );
Name |
Description |
---|---|
ec |
Error code returned by the WebSocket handshake operation. |
ep |
The TCP endpoint used to establish the WebSocket handshake. |