| MongoUrl Properties | 
The MongoUrl type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowInsecureTls | 
            Gets whether to relax TLS constraints as much as possible.
             | 
|  | ApplicationName | 
            Gets the application name.
             | 
|  | AuthenticationMechanism | 
            Gets the authentication mechanism.
             | 
|  | AuthenticationMechanismProperties | 
            Gets the authentication mechanism properties.
             | 
|  | AuthenticationSource | 
            Gets the authentication source.
             | 
|  | Compressors | 
            Gets the compressors.
             | 
|  | ComputedWaitQueueSize | Obsolete. 
            Gets the actual wait queue size (either WaitQueueSize or WaitQueueMultiple x MaxConnectionPoolSize).
             | 
|  | ConnectionMode | 
            Gets the connection mode.
             | 
|  | ConnectTimeout | 
            Gets the connect timeout.
             | 
|  | DatabaseName | 
            Gets the optional database name.
             | 
|  | FSync | 
            Gets the FSync component of the write concern.
             | 
|  | GuidRepresentation | Obsolete. 
            Gets the representation to use for Guids.
             | 
|  | HasAuthenticationSettings | 
            Gets a value indicating whether this instance has authentication settings.
             | 
|  | HeartbeatInterval | 
            Gets the heartbeat interval.
             | 
|  | HeartbeatTimeout | 
            Gets the heartbeat timeout.
             | 
|  | IPv6 | 
            Gets a value indicating whether to use IPv6.
             | 
|  | IsResolved | 
            Gets a value indicating whether a connection string with scheme MongoDBPlusSrv has been resolved.
             | 
|  | Journal | 
            Gets the Journal component of the write concern.
             | 
|  | LocalThreshold | 
            Gets the local threshold.
             | 
|  | MaxConnectionIdleTime | 
            Gets the max connection idle time.
             | 
|  | MaxConnectionLifeTime | 
            Gets the max connection life time.
             | 
|  | MaxConnectionPoolSize | 
            Gets the max connection pool size.
             | 
|  | MinConnectionPoolSize | 
            Gets the min connection pool size.
             | 
|  | Password | 
            Gets the password.
             | 
|  | ReadConcernLevel | 
            Gets the read concern level.
             | 
|  | ReadPreference | 
            Gets the read preference.
             | 
|  | ReplicaSetName | 
            Gets the name of the replica set.
             | 
|  | RetryReads | 
            Gets whether reads will be retried.
             | 
|  | RetryWrites | 
            Gets whether writes will be retried.
             | 
|  | Scheme | 
            Gets the connection string scheme.
             | 
|  | Server | 
            Gets the address of the server (see also Servers if using more than one address).
             | 
|  | Servers | 
            Gets the list of server addresses (see also Server if using only one address).
             | 
|  | ServerSelectionTimeout | 
            Gets the server selection timeout.
             | 
|  | SocketTimeout | 
            Gets the socket timeout.
             | 
|  | TlsDisableCertificateRevocationCheck | 
            Gets whether or not to disable checking certificate revocation status during the TLS handshake.
             | 
|  | Url | 
            Gets the URL (in canonical form).
             | 
|  | Username | 
            Gets the username.
             | 
|  | UseSsl | Obsolete. 
            Gets a value indicating whether to use SSL.
             | 
|  | UseTls | 
            Gets a value indicating whether to use TLS.
             | 
|  | VerifySslCertificate | Obsolete. 
            Gets a value indicating whether to verify an SSL certificate.
             | 
|  | W | 
            Gets the W component of the write concern.
             | 
|  | WaitQueueMultiple | Obsolete. 
            Gets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize).
             | 
|  | WaitQueueSize | Obsolete. 
            Gets the wait queue size.
             | 
|  | WaitQueueTimeout | 
            Gets the wait queue timeout.
             | 
|  | WTimeout | 
            Gets the WTimeout component of the write concern.
             | 
 See Also
See Also