AmqpMessageProperties 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 the AMQP message properties. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-properties
public class AmqpMessageProperties
type AmqpMessageProperties = class
Public Class AmqpMessageProperties
- Inheritance
-
AmqpMessageProperties
Properties
AbsoluteExpiryTime |
The absolute-expiry-time value from the AMQP properties. |
ContentEncoding |
The content-encoding value from the AMQP properties. |
ContentType |
The content-type value from the AMQP properties. |
CorrelationId |
The correlation-id value from the AMQP properties. |
CreationTime |
The creation-time value from the AMQP properties. |
GroupId |
The group-id value from the AMQP properties. |
GroupSequence |
The group-sequence value from the AMQP properties. |
MessageId |
The message-id value from the AMQP properties. |
ReplyTo |
The reply-to value from the AMQP properties. |
ReplyToGroupId |
The reply-to-group-id value from the AMQP properties. |
Subject |
The subject value from the AMQP properties. |
To |
The to value from the AMQP properties. |
UserId |
The user-id value from the AMQP properties. |
Applies to
Azure SDK for .NET