1MONGOC_URI_GET_SRV_HOSTNAME(3) libmongoc MONGOC_URI_GET_SRV_HOSTNAME(3)
2
3
4
6 mongoc_uri_get_srv_hostname - mongoc_uri_get_srv_hostname()
7
9 const char *
10 mongoc_uri_get_srv_hostname (const mongoc_uri_t *uri);
11
13 • uri: A mongoc_uri_t.
14
16 Returns the SRV host and domain name of a MongoDB URI.
17
19 A string if this URI's scheme is "mongodb+srv://", or NULL if the
20 scheme is "mongodb://".
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.24.3 Aug 17, 2023 MONGOC_URI_GET_SRV_HOSTNAME(3)