Skip to content

Commit 1c66f65

Browse files
committed
wip
1 parent bdf6dd6 commit 1c66f65

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/connect/connection-options.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,10 +959,11 @@ Miscellaneous Options
959959
.. tip:: Freeze Settings
960960

961961
You can freeze the settings on a ``MongoClientSettings`` object by calling its
962-
``Freeze()`` method. This prevents any further changes to the settings.
962+
`Freeze() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.Freeze.html>`__
963+
method. This prevents any further changes to the settings.
963964

964-
Alternatively, you can call the ``FrozenCopy()`` method to create a new
965-
``MongoClientSettings`` object with the current settings frozen.
965+
Alternatively, you can call the `FrozenCopy() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.FrozenCopy.html>`__
966+
method to create a new ``MongoClientSettings`` object with the current settings frozen.
966967

967968
LoadBalanced
968969
~~~~~~~~~~~~

0 commit comments

Comments
 (0)