1MONGOC_URI_GET_SSL(3)              libmongoc             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. This
27       returns true if any TLS option is specified.
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.16.2                           Feb 25, 2020            MONGOC_URI_GET_SSL(3)
Impressum