1MONGOC_URI_GET_TLS(3) MongoDB C Driver 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.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.15.2 Nov 06, 2019 MONGOC_URI_GET_TLS(3)