MongoUrlBuilder Properties | 
The MongoUrlBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowInsecureTls | 
            Gets or sets whether to relax TLS constraints as much as possible.
              | |
| ApplicationName | 
            Gets or sets the application name.
              | |
| AuthenticationMechanism | 
            Gets or sets the authentication mechanism.
              | |
| AuthenticationMechanismProperties | 
            Gets or sets the authentication mechanism properties.
              | |
| AuthenticationSource | 
            Gets or sets the authentication source.
              | |
| Compressors | 
            Gets or sets the compressors.
              | |
| ComputedWaitQueueSize |  Obsolete.  
            Gets the actual wait queue size (either WaitQueueSize or WaitQueueMultiple x MaxConnectionPoolSize).
              | |
| ConnectionMode |  Obsolete.  
            Gets or sets the connection mode.
              | |
| ConnectionModeSwitch |  Obsolete.  
            Gets the connection mode switch.
              | |
| ConnectTimeout | 
            Gets or sets the connect timeout.
              | |
| DatabaseName | 
            Gets or sets the optional database name.
              | |
| DirectConnection | 
            Gets or sets the direct connection.
              | |
| FSync | 
            Gets or sets the FSync component of the write concern.
              | |
| GuidRepresentation |  Obsolete.  
            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.
              | |
| Journal | 
            Gets or sets the Journal component of the write concern.
              | |
| LoadBalanced | 
            Gets or sets whether load balanced mode is used.
              | |
| LocalThreshold | 
            Gets or sets the local threshold.
              | |
| MaxConnecting | 
            Gets or sets the maximum concurrently connecting connections.
              | |
| 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.
              | |
| Password | 
            Gets or sets the password.
              | |
| ReadConcernLevel | 
            Gets or sets the read concern level.
              | |
| ReadPreference | 
            Gets or sets the read preference.
              | |
| ReplicaSetName | 
            Gets or sets the name of the replica set.
              | |
| RetryReads | 
            Gets or sets whether to retry reads.
              | |
| RetryWrites | 
            Gets or sets whether to retry writes.
              | |
| Scheme | 
            The connection string scheme.
              | |
| 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.
              | |
| SrvMaxHosts | 
            Limits the number of SRV records used to populate the seedlist
            during initial discovery, as well as the number of additional hosts
            that may be added during SRV polling.
              | |
| TlsDisableCertificateRevocationCheck | 
            Gets or sets whether to disable certificate revocation checking during the TLS handshake.
              | |
| Username | 
            Gets or sets the username.
              | |
| UseSsl |  Obsolete.  
            Gets or sets a value indicating whether to use SSL.
              | |
| UseTls | 
            Gets or sets a value indicating whether to use TLS.
              | |
| VerifySslCertificate |  Obsolete.  
            Gets or sets a value indicating whether to verify an SSL certificate.
              | |
| W | 
            Gets or sets the W component of the write concern.
              | |
| WaitQueueMultiple |  Obsolete.  
            Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize).
              | |
| WaitQueueSize |  Obsolete.  
            Gets or sets the wait queue size.
              | |
| WaitQueueTimeout | 
            Gets or sets the wait queue timeout.
              | |
| WTimeout | 
            Gets or sets the WTimeout component of the write concern.
              |