Click or drag to resize
ClusterSettingsConnectionMode Property
Gets the connection mode.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public ClusterConnectionMode ConnectionMode { get; }

Property Value

Type: ClusterConnectionMode
The connection mode.
See Also