Class Envelope
public class Envelope
- Inheritance
-
Envelope
- Inherited Members
Constructors
Envelope(ulong, bool, string, string)
public Envelope(ulong deliveryTag, bool redeliver, string exchange, string routingKey)
Parameters
Properties
DeliveryTag
public ulong DeliveryTag { get; }
Property Value
Exchange
public string Exchange { get; }
Property Value
Redeliver
public bool Redeliver { get; }
Property Value
RoutingKey
public string RoutingKey { get; }