File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
connection/specify-connection-options Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available:
3535
3636 .. list-table::
3737 :header-rows: 1
38- :widths: 20 10 20
3938
4039 * - Option Name
4140 - Type
Original file line number Diff line number Diff line change @@ -55,18 +55,23 @@ The following table describes the SOCKS5 client options:
5555 - String
5656 - Specifies the SOCKS5 proxy IPv4 address, IPv6 address, or hostname.
5757 You must provide this value to connect to a SOCKS5 proxy.
58+ |
59+ | **Default**: ``null``
5860
5961 * - **proxyPort**
6062 - non-negative Integer
61- - Specifies the TCP port number of the SOCKS5 proxy server. This option
62- defaults to ``1080`` when you set ``proxyHost``.
63+ - | Specifies the TCP port number of the SOCKS5 proxy server.
64+ |
65+ | **Default**: ``1080`` when you set ``proxyHost``
6366
6467 * - **proxyUsername**
6568 - String
6669 - Specifies the username for authentication to the SOCKS5 proxy server.
6770 The driver ignores ``null`` and empty string values for this setting.
6871 The driver requires that you pass values for both ``proxyUsername``
6972 and ``proxyPassword`` or that you omit both values.
73+ |
74+ | **Default**: ``null``
7075
7176 * - **proxyPassword**
7277 - String
@@ -75,6 +80,8 @@ The following table describes the SOCKS5 client options:
7580 The driver requires that you pass values for both ``proxyUsername``
7681 and ``proxyPassword`` or that you omit both values.
7782
83+ | **Default**: ``null``
84+
7885
7986Examples
8087--------
You can’t perform that action at this time.
0 commit comments