Show / Hide Table of Contents

Class Footer

The Footer class represents the footer section of a message.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedMap
Footer
Inherited Members
DescribedMap.Map
DescribedMap.Item[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 Footer : DescribedMap

Constructors

Footer()

Initializes a footer section.

Declaration
public Footer()

Methods

ToString()

Returns a string that represents the current footer object.

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