Class ClusterConnectionSettings
public class ClusterConnectionSettings : ConnectionSettings, IEquatable<ConnectionSettings>
- Inheritance
-
ClusterConnectionSettings
- Implements
- Inherited Members
Constructors
ClusterConnectionSettings(IEnumerable<Uri>, IUriSelector?, string?, SaslMechanism?, IRecoveryConfiguration?, uint?, TlsSettings?, OAuth2Options?)
public ClusterConnectionSettings(IEnumerable<Uri> uris, IUriSelector? uriSelector = null, string? containerId = null, SaslMechanism? saslMechanism = null, IRecoveryConfiguration? recoveryConfiguration = null, uint? maxFrameSize = null, TlsSettings? tlsSettings = null, OAuth2Options? oAuth2Options = null)
Parameters
uris
IEnumerable<Uri>uriSelector
IUriSelectorcontainerId
stringsaslMechanism
SaslMechanismrecoveryConfiguration
IRecoveryConfigurationmaxFrameSize
uint?tlsSettings
TlsSettingsoAuth2Options
OAuth2Options
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.