1MONGOC_URI_GET_SSL(3)          MongoDB C Driver          MONGOC_URI_GET_SSL(3)
2
3
4

NAME

6       mongoc_uri_get_ssl - mongoc_uri_get_ssl()
7

SYNOPSIS

9          bool
10          mongoc_uri_get_ssl (const mongoc_uri_t *uri)
11             BSON_GNUC_DEPRECATED_FOR (mongoc_uri_get_tls);
12

DEPRECATED

14       WARNING:
15          This function is deprecated and should not be used in new code.
16
17       Please use mongoc_uri_get_tls() instead.
18

PARAMETERS

20       ยท uri: A mongoc_uri_t.
21

DESCRIPTION

23       Fetches a boolean indicating if TLS was specified for use in the URI.
24

RETURNS

26       Returns a boolean, true indicating that TLS should be used.
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.15.2                           Nov 06, 2019            MONGOC_URI_GET_SSL(3)
Impressum