1MONGOC_SERVER_DESCRIPTION_HOST(3M)ongoDB C DriveMrONGOC_SERVER_DESCRIPTION_HOST(3)
2
3
4
6 mongoc_server_description_host - mongoc_server_description_host()
7
9 mongoc_host_list_t *
10 mongoc_server_description_host (const mongoc_server_description_t *description);
11
13 ยท description: A mongoc_server_description_t.
14
16 Return the server's host and port. This object is owned by the server
17 description.
18
20 A reference to the server description's mongoc_host_list_t, which you
21 must not modify or free.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.15.2 Nov 06, 2019MONGOC_SERVER_DESCRIPTION_HOST(3)