Share via


AmqpAnnotatedMessage Class

Definition

public class AmqpAnnotatedMessage
type AmqpAnnotatedMessage = class
Public Class AmqpAnnotatedMessage
Inheritance
AmqpAnnotatedMessage

Constructors

Properties

Methods

FromBytes(BinaryData)

Constructs a message from the AMQP binary serialized form. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format

HasSection(AmqpMessageSection)

Determines whether the specified section is present for the AMQP message.

ToBytes()

Serializes the message into its AMQP binary form. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format

Applies to