-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Dotnet Drivers
MongoClientSettings should match the behavior of ConnectionString.
UseTLS should be bool? so both variations are equivalent:
var settings1 = new MongoClientSettings { Scheme = ConnectionStringScheme.MongoDBPlusSrv, UseTls = false }; var settings2 = new MongoClientSettings { UseTls = false, Scheme = ConnectionStringScheme.MongoDBPlusSrv };
- is related to
-
CSHARP-2042 Implement Initial DNS Seedlist discovery spec
- Closed