AmqpMessageBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an AMQP message body. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format
public class AmqpMessageBody
type AmqpMessageBody = class
Public Class AmqpMessageBody
- Inheritance
-
AmqpMessageBody
Properties
BodyType |
Gets the type of the message body. |
Methods
FromData(IEnumerable<ReadOnlyMemory<Byte>>) |
Creates a new AmqpMessageBody instance with the passed in data sections. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-data |
FromSequence(IEnumerable<IList<Object>>) |
Creates a new AmqpMessageBody instance with the passed in sequence. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-amqp-value |
FromValue(Object) |
Creates a new AmqpMessageBody instance with the passed in value. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-amqp-value |
TryGetData(IEnumerable<ReadOnlyMemory<Byte>>) |
Try to get the data sections for the AMQP message body. |
TryGetSequence(IEnumerable<IList<Object>>) |
Try to get the sequence section for the AMQP message body. |
TryGetValue(Object) |
Try to get the value section for the AMQP message body. |
Applies to
Azure SDK for .NET