1MONGOC_SERVER_DESCRIPTION_HOST(3) libmongoc MONGOC_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.23.1 Oct 20, 2022MONGOC_SERVER_DESCRIPTION_HOST(3)