|  |  
 |   |   
 SYNOPSISconst char * mongoc_uri_get_srv_service_name (const mongoc_uri_t *uri); PARAMETERS
 DESCRIPTIONReturns the SRV service name of a MongoDB URI. RETURNSA string corresponding to the value of the srvServiceName URI option if present. Otherwise, the default value "mongodb". AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |