The AmqpProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AmqpProperties |
Initializes a new instance of the AmqpProperties class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AMQP_PROP_APP_ID | |
![]() ![]() | AMQP_PROP_CONTENT_ENCODING | |
![]() ![]() | AMQP_PROP_CONTENT_TYPE | |
![]() ![]() | AMQP_PROP_CORRELATION_ID | |
![]() ![]() | AMQP_PROP_DELIVERY_MODE | |
![]() ![]() | AMQP_PROP_EXPIRATION | |
![]() ![]() | AMQP_PROP_HEADERS | |
![]() ![]() | AMQP_PROP_MESSAGE_ID | |
![]() ![]() | AMQP_PROP_PRIORITY | |
![]() ![]() | AMQP_PROP_REPLY_TO | |
![]() ![]() | AMQP_PROP_TIMESTAMP | |
![]() ![]() | AMQP_PROP_TYPE | |
![]() ![]() | AMQP_PROP_USER_ID | |
![]() ![]() | APPLICATION_OCTET_STREAM |
The content type value for octet-stream content
|
![]() ![]() | TEXT_PLAIN |
The content type value for plain text content
|
Properties
Name | Description | |
---|---|---|
![]() | AppId |
Gets or sets the "appId" property.
A null is returned if the property is not set.
|
![]() | ContentEncoding |
Gets or sets the "contentEncoding" property.
A null is returned if the property is not set.
|
![]() | ContentType |
Gets or sets the "contentType" property.
A null is returned if the property is not set.
|
![]() | CorrelationId |
Gets or sets the "correlationId" property.
A null is returned if the property is not set.
|
![]() | DeliveryMode |
Gets or sets the "deliveryMode" property.
A null is returned if the property is not set.
|
![]() | Expiration |
Gets or sets the "expiration" property.
A null is returned if the property is not set.
|
![]() | Headers |
Gets or sets the "headers" property.
A null is returned if the property is not set.
|
![]() | MessageId |
Gets or sets the "messageId" property.
A null is returned if the property is not set.
|
![]() | Priority |
Gets or sets the "priority" property.
A null is returned if the property is not set.
|
![]() | Properties |
Gets the properties as Dictionary by shallow copying the values.
|
![]() | ReplyTo |
Gets or sets the "replyTo" property.
A null is returned if the property is not set.
|
![]() | Timestamp |
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.
|
![]() | Type |
Gets or sets the "type" property.
A null is returned if the property is not set.
|
![]() | UserId |
Gets or sets the "userId" property.
A null is returned if the property is not set.
|