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