1MONGOC_URI_GET_TLS(3) libmongoc MONGOC_URI_GET_TLS(3)
23
4
NAME
6mongoc_uri_get_tls - mongoc_uri_get_tls()
7
SYNOPSIS
9bool
10mongoc_uri_get_tls (const mongoc_uri_t *uri);
11
PARAMETERS
13• uri: A mongoc_uri_t.
14
DESCRIPTION
16Fetches a boolean indicating if TLS was specified for use in the URI.
17
RETURNS
19Returns a boolean, true indicating that TLS should be used. This re‐
20turns true if any TLS option is specified.
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.23.1 Oct 20, 2022 MONGOC_URI_GET_TLS(3)