| MongoServerSettings Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver
 Syntax
SyntaxThe MongoServerSettings type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MongoServerSettings | 
            Creates a new instance of MongoServerSettings. Usually you would use a connection string instead.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AddressFamily | Obsolete. 
            Gets the AddressFamily for the IPEndPoint (derived from the IPv6 setting).
             | 
|  | ApplicationName | 
            Gets or sets the application name.
             | 
|  | ClusterConfigurator | 
            Gets or sets the cluster configurator.
             | 
|  | ConnectionMode | 
            Gets or sets the connection mode.
             | 
|  | ConnectTimeout | 
            Gets or sets the connect timeout.
             | 
|  | Credential | 
            Gets or sets the credential.
             | 
|  | Credentials | Obsolete. 
            Gets or sets the credentials.
             | 
|  | GuidRepresentation | 
            Gets or sets the representation to use for Guids.
             | 
|  | HeartbeatInterval | 
            Gets or sets the heartbeat interval.
             | 
|  | HeartbeatTimeout | 
            Gets or sets the heartbeat timeout.
             | 
|  | IPv6 | 
            Gets or sets a value indicating whether to use IPv6.
             | 
|  | IsFrozen | 
            Gets a value indicating whether the settings have been frozen to prevent further changes.
             | 
|  | LocalThreshold | 
            Gets or sets the local threshold.
             | 
|  | MaxConnectionIdleTime | 
            Gets or sets the max connection idle time.
             | 
|  | MaxConnectionLifeTime | 
            Gets or sets the max connection life time.
             | 
|  | MaxConnectionPoolSize | 
            Gets or sets the max connection pool size.
             | 
|  | MinConnectionPoolSize | 
            Gets or sets the min connection pool size.
             | 
|  | OperationTimeout | 
            Gets or sets the operation timeout.
             | 
|  | ReadConcern | 
            Gets or sets the read concern.
             | 
|  | ReadEncoding | 
            Gets or sets the Read Encoding.
             | 
|  | ReadPreference | 
            Gets or sets the read preferences.
             | 
|  | ReplicaSetName | 
            Gets or sets the name of the replica set.
             | 
|  | RetryWrites | 
            Gets or sets whether to retry writes.
             | 
|  | Server | 
            Gets or sets the address of the server (see also Servers if using more than one address).
             | 
|  | Servers | 
            Gets or sets the list of server addresses (see also Server if using only one address).
             | 
|  | ServerSelectionTimeout | 
            Gets or sets the server selection timeout.
             | 
|  | SocketTimeout | 
            Gets or sets the socket timeout.
             | 
|  | SslSettings | 
            Gets or sets the SSL settings.
             | 
|  | UseSsl | 
            Gets or sets a value indicating whether to use SSL.
             | 
|  | VerifySslCertificate | 
            Gets or sets a value indicating whether to verify an SSL certificate.
             | 
|  | WaitQueueSize | 
            Gets or sets the wait queue size.
             | 
|  | WaitQueueTimeout | 
            Gets or sets the wait queue timeout.
             | 
|  | WriteConcern | 
            Gets or sets the WriteConcern to use.
             | 
|  | WriteEncoding | 
            Gets or sets the Write Encoding.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a clone of the settings.
             | 
|  | Equals(Object) | 
            Determines whether the specified Object is equal to this instance.
            (Overrides ObjectEquals(Object).) | 
|  | Equals(MongoServerSettings) | 
            Determines whether the specified MongoServerSettings is equal to this instance.
             | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | Freeze | 
            Freezes the settings.
             | 
|   | FromClientSettings | 
            Creates a new MongoServerSettings object from a MongoClientSettings object.
             | 
|   | FromUrl | 
            Gets a MongoServerSettings object intialized with values from a MongoUrl.
             | 
|  | FrozenCopy | 
            Returns a frozen copy of the settings.
             | 
|  | GetHashCode | 
            Gets the hash code.
            (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | 
            Returns a string representation of the settings.
            (Overrides ObjectToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Determines whether two MongoServerSettings instances are equal.
             | 
|   | Inequality | 
            Determines whether two MongoServerSettings instances are not equal.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ToBson | 
            Serializes an object to a BSON byte array.
            (Defined by BsonExtensionMethods.) | 
|  | ToBsonDocument | 
            Serializes an object to a BsonDocument.
            (Defined by BsonExtensionMethods.) | 
|  | ToJson | 
            Serializes an object to a JSON string.
            (Defined by BsonExtensionMethods.) | 
 See Also
See Also