Class Delivery
public class Delivery
- Inheritance
-
Delivery
- Inherited Members
Constructors
Delivery(string, Envelope, IBasicProperties, byte[], string)
public Delivery(string consumerTag, Envelope envelope, IBasicProperties properties, byte[] body, string queue)
Parameters
Properties
Body
public byte[] Body { get; }
Property Value
- byte[]
ConsumerTag
public string ConsumerTag { get; }
Property Value
Envelope
public Envelope Envelope { get; }
Property Value
Properties
public IBasicProperties Properties { get; }
Property Value
- IBasicProperties
Queue
public string Queue { get; }