Class Address
Inheritance
System.Object
Address
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Address : object
Constructors
|
Edit this page
View Source
Address(String)
Declaration
public Address(string address)
Parameters
Type |
Name |
Description |
System.String |
address |
|
|
Edit this page
View Source
Address(String, String)
Declaration
public Address(string exchangeName, string routingKey)
Parameters
Type |
Name |
Description |
System.String |
exchangeName |
|
System.String |
routingKey |
|
Fields
|
Edit this page
View Source
AMQ_RABBITMQ_REPLY_TO
Declaration
public const string AMQ_RABBITMQ_REPLY_TO = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ExchangeName
Declaration
public string ExchangeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|