| MongoClient Constructor (MongoClientSettings) | 
            Initializes a new instance of the MongoClient class.
            
 
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
 Syntax
Syntaxpublic MongoClient(
	MongoClientSettings settings
)
Public Sub New ( 
	settings As MongoClientSettings
)
new : 
        settings : MongoClientSettings -> MongoClientParameters
- settings
- Type: MongoDB.DriverMongoClientSettings
 The settings.
 See Also
See Also