MongoHost

Describes a host we might be able to connect to

struct MongoHost {}

Members

Variables

name
string name;

The host name or IP address of the remote MongoDB server.

port
ushort port;

The port of the MongoDB server. See MongoClientSettings.defaultPort.

Meta