qtbase/examples/network/doc/src/securesocketclient.qdoc
Mårten Nordheim 2f7438611f securesocketclient: Update meta info
Change-Id: I34b11cd73c80dc3033de8731bd8edc0db3ed4a12
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
(cherry picked from commit d3526c166c51dc8594d782762a636e20dbe8327a)
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-11-15 14:45:47 +00:00

19 lines
637 B
Plaintext

// 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.png
\image securesocketclient2.png
*/