EventArgs| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
IBasicProperties
|
BasicProperties
(rw)
|
The content header of the message. |
| public |
byte[]
|
Body
(rw)
|
The message body. |
| public |
string
|
ConsumerTag
(rw)
|
The consumer tag of the consumer that the message was delivered to. |
| public |
ulong
|
DeliveryTag
(rw)
|
The delivery tag for this delivery. See IModel.BasicAck. |
| public |
string
|
Exchange
(rw)
|
The exchange the message was originally published to. |
| public |
bool
|
Redelivered
(rw)
|
The AMQP "redelivered" flag. |
| public |
string
|
RoutingKey
(rw)
|
The routing key used when the message was originally published. |
| Flags | Name | Summary |
|---|---|---|
| public |
BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
|
Constructor that fills the event's properties from its arguments. |
| public |
BasicDeliverEventArgs()
|
Default constructor. |
public
BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
| Parameters |
|
|---|