Table of Contents

Class Address

Namespace
Steeltoe.Messaging.RabbitMQ.Core
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class Address
Inheritance
Address
Inherited Members

Constructors

Address(string)

public Address(string address)

Parameters

address string

Address(string, string)

public Address(string exchangeName, string routingKey)

Parameters

exchangeName string
routingKey string

Fields

AMQ_RABBITMQ_REPLY_TO

public const string AMQ_RABBITMQ_REPLY_TO = "amq.rabbitmq.reply-to"

Field Value

string

Properties

ExchangeName

public string ExchangeName { get; }

Property Value

string

RoutingKey

public string RoutingKey { get; }

Property Value

string

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.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.