Struct MongoHost
Describes a host we might be able to connect to
struct MongoHost
;
Fields
Name | Type | Description |
---|---|---|
name
|
string | The host name or IP address of the remote MongoDB server. |
port
|
ushort | The port of the MongoDB server. See MongoClientSettings .
|