MongoDBConnectionParameters Constructors
Stores MongoDB connection parameters.| Name | Parameters | Description |
|---|---|---|
| MongoDBConnectionParameters() | none | Initializes a new instance of the MongoDBConnectionParameters class. |
| MongoDBConnectionParameters(String, Boolean, Int32, MongoDBAuthenticationInfo) | hostName, isSRV, port, info | Initializes a new instance of the MongoDBConnectionParameters class. |
See Also