Show / Hide Table of Contents

Class Header

The header section carries standard delivery details about the transfer of a Message through the AMQP network.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedList
Header
Inherited Members
DescribedList.HasField(Int32)
DescribedList.ResetField(Int32)
DescribedList.GetDebugString(String, Object[], Object[])
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Header : DescribedList

Constructors

Header()

Initializes a header object.

Declaration
public Header()

Properties

DeliveryCount

Gets or sets the delivery-count field (index=4).

Declaration
public uint DeliveryCount { get; set; }
Property Value
Type Description
System.UInt32

Durable

Gets or sets the durable field (index=0).

Declaration
public bool Durable { get; set; }
Property Value
Type Description
System.Boolean

FirstAcquirer

Gets or sets the first-acquirer field (index=3).

Declaration
public bool FirstAcquirer { get; set; }
Property Value
Type Description
System.Boolean

Priority

Gets or sets the priority field (index=1).

Declaration
public byte Priority { get; set; }
Property Value
Type Description
System.Byte

Ttl

Gets or sets the ttl field (index=2).

Declaration
public uint Ttl { get; set; }
Property Value
Type Description
System.UInt32

Methods

ToString()

Returns a string that represents the current header object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX