Interface IConnectionFactory
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
Represents a connection factory.
Properties
ConnectionSettings
Gets the connection settings.
Property Value
Methods
CreateConnection(ServerId, EndPoint)
Creates the connection.
Parameters
Returns
- IConnection
A connection.