Show / Hide Table of Contents

Class ApplicationProperties

The class defines the application properties section of an AMQP messages.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedMap
ApplicationProperties
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 ApplicationProperties : DescribedMap

Constructors

ApplicationProperties()

Initializes the application properties section.

Declaration
public ApplicationProperties()

Methods

ToString()

Returns a string that represents the current object.

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