summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/securesocketclient.qdoc
blob: 7ff3ae6da5b9023239a228b2a4033de42234cdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example securesocketclient
    \title Secure Socket Client
    \examplecategory {Networking}
    \meta tags {tcp,network,tls,ssl}
    \ingroup examples-network
    \brief Demonstrates how to communicate over an encrypted (SSL) connection.

    This example uses QSslSocket to demonstrate how to communicate over an
    encrypted connection, deal with authenticity problems, and display security
    and certificate information.

    \image securesocketclient-example.webp
*/