Click or drag to resize
ConnectionMode Enumeration
Server connection mode.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
[SerializableAttribute]
public enum ConnectionMode
Members
  Member nameValueDescription
Automatic0 Automatically determine how to connect.
Direct1 Connect directly to a server.
ReplicaSet2 Connect to a replica set.
ShardRouter3 Connect to one or more shard routers.
Standalone4 Connect to a standalone server.
See Also