1MONGOC_SERVER_DESCRIPTION_HOST(3) libmongoc MONGOC_SERVER_DESCRIPTION_HOST(3)
2
3
4
6 mongoc_host_list_t *
7 mongoc_server_description_host (const mongoc_server_description_t *description);
8
10 • description: A mongoc_server_description_t.
11
13 Return the server's host and port. This object is owned by the server
14 description.
15
17 A reference to the server description's mongoc_host_list_t, which you
18 must not modify or free.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.25.1 Nov 08, 2023MONGOC_SERVER_DESCRIPTION_HOST(3)