SSL Echo Client Example

Shows how to use the QWebSocket class to implement an echo client over a secure connection (wss).

The SSL Echo Client example shows how to use the QWebSocket class to implement an echo client over a secure connection (wss).

Example project @ code.qt.io

See also Echo Client Example and SSL Echo Server Example.