Skip to main content
A newer version of this page is available. .
All docs
V21.1

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