Click or drag to resize
MongoClient Constructor (MongoClientSettings)
Initializes a new instance of the MongoClient class.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public MongoClient(
	MongoClientSettings settings
)

Parameters

settings
Type: MongoDB.DriverMongoClientSettings
The settings.
See Also