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:
35
35
36
36
.. list-table::
37
37
:header-rows: 1
38
- :widths: 20 10 20
39
38
40
39
* - Option Name
41
40
- Type
Original file line number Diff line number Diff line change @@ -55,18 +55,23 @@ The following table describes the SOCKS5 client options:
55
55
- String
56
56
- Specifies the SOCKS5 proxy IPv4 address, IPv6 address, or hostname.
57
57
You must provide this value to connect to a SOCKS5 proxy.
58
+ |
59
+ | **Default**: ``null``
58
60
59
61
* - **proxyPort**
60
62
- 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``
63
66
64
67
* - **proxyUsername**
65
68
- String
66
69
- Specifies the username for authentication to the SOCKS5 proxy server.
67
70
The driver ignores ``null`` and empty string values for this setting.
68
71
The driver requires that you pass values for both ``proxyUsername``
69
72
and ``proxyPassword`` or that you omit both values.
73
+ |
74
+ | **Default**: ``null``
70
75
71
76
* - **proxyPassword**
72
77
- String
@@ -75,6 +80,8 @@ The following table describes the SOCKS5 client options:
75
80
The driver requires that you pass values for both ``proxyUsername``
76
81
and ``proxyPassword`` or that you omit both values.
77
82
83
+ | **Default**: ``null``
84
+
78
85
79
86
Examples
80
87
--------
You can’t perform that action at this time.
0 commit comments