EventArgs| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
IBasicProperties
|
BasicProperties
(rw)
|
The content header of the message. |
| public |
byte[]
|
Body
(rw)
|
The message body. |
| public |
string
|
Exchange
(rw)
|
The exchange the returned message was originally published to. |
| public |
ushort
|
ReplyCode
(rw)
|
The AMQP reason code for the return. See RabbitMQ.Client.Framing.*.Constants. |
| public |
string
|
ReplyText
(rw)
|
Human-readable text from the broker describing the reason for the return. |
| public |
string
|
RoutingKey
(rw)
|
The routing key used when the message was originally published. |
| Flags | Name | Summary |
|---|---|---|
| public |
BasicReturnEventArgs()
|
Default constructor. |