MongoConnection.this

Simplified constructor overload, with no m_settings

  1. this(string server, ushort port)
    class MongoConnection
    @safe
    this
    (
    string server
    ,
    ushort port = defaultPort
    )
  2. this(MongoClientSettings cfg)

Meta