Provided by: libmongoc-doc_1.30.2-1_all 

SYNOPSIS
mongoc_host_list_t * mongoc_server_description_host (const mongoc_server_description_t *description);
PARAMETERS
• description: A mongoc_server_description_t.
DESCRIPTION
Return the server's host and port. This object is owned by the server description.
RETURNS
A reference to the server description's mongoc_host_list_t, which you must not modify or free.
AUTHOR
MongoDB, Inc
COPYRIGHT
2009-present, MongoDB, Inc. 1.30.2 Mar 05, 2025 MONGOC_SERVER_DESCRIPTION_HOST(3)