Table of Contents

Class ClusterConnectionSettings

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
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 IUriSelector
containerId string
saslMechanism SaslMechanism
recoveryConfiguration IRecoveryConfiguration
maxFrameSize uint?
tlsSettings TlsSettings
oAuth2Options OAuth2Options

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.