blob: 16be47ef706aabd30a98ad6e4871c5c4e44a86a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
/*!
\example sslechoclient
\title SSL Echo Client Example
\ingroup qtwebsockets-examples
\brief 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).
\sa {Echo Client Example}, {SSL Echo Server Example}
*/
|