The AmqpProperties type exposes the following members.

Constructors

  NameDescription
Public methodAmqpProperties
Initializes a new instance of the AmqpProperties class.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

Fields

Properties

  NameDescription
Public propertyAppId
Gets or sets the "appId" property. A null is returned if the property is not set.
Public propertyContentEncoding
Gets or sets the "contentEncoding" property. A null is returned if the property is not set.
Public propertyContentType
Gets or sets the "contentType" property. A null is returned if the property is not set.
Public propertyCorrelationId
Gets or sets the "correlationId" property. A null is returned if the property is not set.
Public propertyDeliveryMode
Gets or sets the "deliveryMode" property. A null is returned if the property is not set.
Public propertyExpiration
Gets or sets the "expiration" property. A null is returned if the property is not set.
Public propertyHeaders
Gets or sets the "headers" property. A null is returned if the property is not set.
Public propertyMessageId
Gets or sets the "messageId" property. A null is returned if the property is not set.
Public propertyPriority
Gets or sets the "priority" property. A null is returned if the property is not set.
Public propertyProperties
Gets the properties as Dictionary by shallow copying the values.
Public propertyReplyTo
Gets or sets the "replyTo" property. A null is returned if the property is not set.
Public propertyTimestamp
Gets or sets the "timestamp" property. A null is returned if the property is not set. The DateTime instance returned will represents the local time.
Public propertyType
Gets or sets the "type" property. A null is returned if the property is not set.
Public propertyUserId
Gets or sets the "userId" property. A null is returned if the property is not set.

See Also