mongoc_uri_get_ssl (3) Linux Manual Page
mongoc_uri_get_ssl() – Fetches a boolean indicating if SSL was specified for use in the URI.
Synopsis
bool mongoc_uri_get_ssl (const mongoc_uri_t *uri);
Parameters
- uri
- A mongoc_uri_t \&.
Description
Fetches a boolean indicating if SSL was specified for use in the URI.
Returns
Returns a boolean, true indicating that SSL should be used.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
