MessageProperties Properties
.NET Framework 4.5
The MessageProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowOutputBatching | Gets or sets a value that specifies whether to store this message before giving it to the transport. |
|
Count | Gets the total number of properties in the MessageProperties. |
|
Encoder | Gets the encoder that is used to write messages to a stream and to read messages from a stream. |
|
IsFixedSize | Gets a value that indicates whether the MessageProperties has a fixed size. |
|
IsReadOnly | Gets a value that indicates whether this set of properties is read-only. |
|
Item | Retrieves a property with the specified name, identifier, or key value. |
|
Keys | Gets an ICollection that contains the keys in the MessageProperties. |
|
Security | Gets or sets the security-related property of a message. |
|
Values | Gets an ICollection that contains the values in the MessageProperties. |
|
Via | Gets or sets the transport address that is used to send messages. |
| Name | Description | |
|---|---|---|
|
ICollection<KeyValuePair<String, Object>>.IsReadOnly | Gets a value that indicates whether this set of properties is read-only. |