mongoc_stream_get_base_stream - Man Page
mongoc_stream_get_base_stream()
Synopsis
mongoc_stream_t * mongoc_stream_get_base_stream (mongoc_stream_t *stream);
Parameters
- stream: A mongoc_stream_t.
This function shall fetch the underlying stream for streams that wrap a base stream. Such implementations include mongoc_stream_buffered_t and mongoc_stream_tls_t.
Returns
A mongoc_stream_t or NULL.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libmongoc